VUSB fix report dropping if usbInterruptIsReady() returns false

This commit is contained in:
Rasmus Schults 2018-04-06 14:34:00 +03:00 committed by Jack Humbert
parent 006abbfd6f
commit 8a27703ef4
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ void vusb_transfer_keyboard(void)
print(")\n");
}
}
} else {
usbPoll();
vusb_transfer_keyboard();
}
}