return false to stall correctly

This commit is contained in:
Jack Humbert 2021-10-13 23:30:25 -04:00
parent 04cf161aa0
commit 832661f6b0

View file

@ -579,8 +579,7 @@ static bool usb_request_hook_cb(USBDriver *usbp) {
#endif #endif
default: default:
usbSetupTransfer(usbp, NULL, 0, NULL); return FALSE;
return TRUE;
break; break;
} }
break; break;