lnDSO150 icon indicating copy to clipboard operation
lnDSO150 copied to clipboard

usb causes crash on handshake

Open stokie-ant opened this issue 11 months ago • 1 comments

When building from latest git source accessing usb causes the program to crash. Tracked it down to src\dso_usbd.cpp in cdcEventHandler() there is a switch which is missing a lnUsbCDC::CDC_WRITE_AVAILABLE case so it falls through to xAssert().

would you like this as a pull?

Awesome firmware btw. Really well done

stokie-ant avatar Jan 27 '25 21:01 stokie-ant

Hi, Nice catch, an API change that was not propagated. Yes a MR would be great.

mean00 avatar Jan 29 '25 06:01 mean00