1
0
Fork 0

VUSB - Use correct endpoint poll for VIA (#16691)

This commit is contained in:
Joel Challis 2022-03-19 17:40:47 +00:00 committed by GitHub
parent 3502bbbd16
commit 047ef3cd12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ void protocol_task(void) {
#ifdef RAW_ENABLE
usbPoll();
if (usbConfiguration && usbInterruptIsReady3()) {
if (usbConfiguration && usbInterruptIsReady4()) {
raw_hid_task();
}
#endif