瀏覽代碼

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

Joel Challis 3 年之前
父節點
當前提交
047ef3cd12
共有 1 個文件被更改,包括 1 次插入1 次删除
  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