From 9362382ac0cb3fb0f0d4c8ebbcdcf769fbba670a Mon Sep 17 00:00:00 2001 From: yiancar Date: Wed, 1 Apr 2020 17:11:24 +0100 Subject: Updated V-USB template to allow usbFunctionWriteOut (#8634) --- tmk_core/protocol/vusb/vusb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tmk_core/protocol/vusb/vusb.c') diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c index c5a0037b1c..bb84ec968f 100644 --- a/tmk_core/protocol/vusb/vusb.c +++ b/tmk_core/protocol/vusb/vusb.c @@ -107,8 +107,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) { -- cgit v1.2.3