~ruther/qmk_firmware

223bc47658da16abbad02c997ed35c841672b196 — QMK Bot 3 years ago 5dcee01 + 047ef3c
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/vusb/protocol.c
M tmk_core/protocol/vusb/protocol.c => tmk_core/protocol/vusb/protocol.c +1 -1
@@ 158,7 158,7 @@ void protocol_task(void) {
#ifdef RAW_ENABLE
        usbPoll();

        if (usbConfiguration && usbInterruptIsReady3()) {
        if (usbConfiguration && usbInterruptIsReady4()) {
            raw_hid_task();
        }
#endif