Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
38b540d233
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue