mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
return false to stall correctly
This commit is contained in:
parent
04cf161aa0
commit
832661f6b0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user