-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RP2040: Fix null dereference in usb_lld_disable_endpoints
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.
- Loading branch information
Showing
1 changed file
with
0 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters