Closed KarlK90 closed 1 year ago
usb_lld_disable_endpoints is called by usbDisableEndpointsI, which already sets all endpoint configurations to NULL before. This will always lead to a hardfault. The fix is simple though, just remove the interaction.
usb_lld_disable_endpoints
usbDisableEndpointsI
NULL
usb_lld_disable_endpoints
is called byusbDisableEndpointsI
, which already sets all endpoint configurations toNULL
before. This will always lead to a hardfault. The fix is simple though, just remove the interaction.