mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-23 15:41:28 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
38b540d233
@ -60,7 +60,7 @@ static bool qmkusb_start_receive(QMKUSBDriver *qmkusbp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Checking if there is already a transaction ongoing on the endpoint.*/
|
/* Checking if there is already a transaction ongoing on the endpoint.*/
|
||||||
if (usbGetReceiveStatusI(qmkusbp->config->usbp, qmkusbp->config->bulk_in)) {
|
if (usbGetReceiveStatusI(qmkusbp->config->usbp, qmkusbp->config->bulk_out)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user