diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-04-01 17:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 17:11:24 +0100 |
commit | c217186bea9226f87ef4b8acc926c3f21a0fea85 (patch) | |
tree | 287500adfb93979dc1b273a5de4575e1c8493a2c /tmk_core/protocol/vusb/vusb.c | |
parent | 2eb6cb0dfd765cd7e841541ee4a75005dbb52df7 (diff) | |
download | qmk_firmware-c217186bea9226f87ef4b8acc926c3f21a0fea85.tar.gz |
Updated V-USB template to allow usbFunctionWriteOut (#8634)
Diffstat (limited to 'tmk_core/protocol/vusb/vusb.c')
-rw-r--r-- | tmk_core/protocol/vusb/vusb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c index 47dc1245d..95c59d493 100644 --- a/tmk_core/protocol/vusb/vusb.c +++ b/tmk_core/protocol/vusb/vusb.c @@ -106,8 +106,6 @@ void raw_hid_send(uint8_t *data, uint8_t length) { usbPoll(); } usbSetInterrupt3(0, 0); - usbPoll(); - _delay_ms(1); } __attribute__((weak)) void raw_hid_receive(uint8_t *data, uint8_t length) { |