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 qmk_firmware-c217186bea9226f87ef4b8acc926c3f21a0fea85.zip | |
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) { | |||
| 106 | usbPoll(); | 106 | usbPoll(); |
| 107 | } | 107 | } |
| 108 | usbSetInterrupt3(0, 0); | 108 | usbSetInterrupt3(0, 0); |
| 109 | usbPoll(); | ||
| 110 | _delay_ms(1); | ||
| 111 | } | 109 | } |
| 112 | 110 | ||
| 113 | __attribute__((weak)) void raw_hid_receive(uint8_t *data, uint8_t length) { | 111 | __attribute__((weak)) void raw_hid_receive(uint8_t *data, uint8_t length) { |
