SvgParser icon indicating copy to clipboard operation
SvgParser copied to clipboard

linkManagement returns no value

Open wystewart opened this issue 1 year ago • 1 comments

linkManagement returns no value. this hangs STM32 Arduino.

Suggest to change return to void, since it seems unused.

Also SvgParser::getPropertyStart returns no value on success. SvgParser::callbackManagement returns no value on success or fail. SvgParser::parseInCallbacks returns no value on success

wystewart avatar Jul 16 '23 20:07 wystewart

are this all changes necessary? unfortunately, I have not STM32 board to test. if yes, I would make the changes and increment the arduino lib version

maxpautsch avatar Jul 16 '23 21:07 maxpautsch