Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ static const USBControlStateEntry usb_control_fsm[] = {
*
* token: Token type that has been completed and triggered the call to this function
*/
static void usb_handle_endp0(USBToken token)
static __attribute__((optimize("O0"))) void usb_handle_endp0(USBToken token)
{
static USBControlState state = USB_ST_SETUP;

Expand Down