Explorar o código

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

Joel Challis %!s(int64=3) %!d(string=hai) anos
pai
achega
047ef3cd12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmk_core/protocol/vusb/protocol.c

+ 1 - 1
tmk_core/protocol/vusb/protocol.c

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