Compare commits

...

1 Commits

Author SHA1 Message Date
Jack Humbert
832661f6b0 return false to stall correctly 2021-10-13 23:30:25 -04:00

View File

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