diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-19 17:41:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-19 17:41:15 +0000 |
commit | 223bc47658da16abbad02c997ed35c841672b196 (patch) | |
tree | 75008916704c4b6a849e83df267e0696633b31c5 /tmk_core/protocol/vusb/protocol.c | |
parent | 5dcee0199e5725d599adc1c2cee45e75eb9d2f0c (diff) | |
parent | 047ef3cd121e6bed3702eaf7ed3e96cf1e765ec5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol/vusb/protocol.c')
-rw-r--r-- | tmk_core/protocol/vusb/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/protocol.c b/tmk_core/protocol/vusb/protocol.c index 20d0530483..ae99680ce4 100644 --- a/tmk_core/protocol/vusb/protocol.c +++ b/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 |