VUSB fix report dropping if usbInterruptIsReady() returns false
This commit is contained in:
parent
006abbfd6f
commit
8a27703ef4
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ void vusb_transfer_keyboard(void)
|
|||
print(")\n");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
usbPoll();
|
||||
vusb_transfer_keyboard();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue