diff options
author | Drashna Jael're <drashna@live.com> | 2020-01-14 17:07:05 -0800 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-02-26 10:15:12 +0900 |
commit | 1bd151eee381453d43e0e4d33601f71344abd2a6 (patch) | |
tree | 6225790eef287bb011fb1de7785d4bd77cd2c766 /tmk_core/protocol | |
parent | 9b9e5e1d474c4386830544a9487c1977fed93e31 (diff) |
fix type in usb_main for chibiOS
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index 9f4adbca72..51f0fa61d3 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c @@ -883,7 +883,6 @@ void webusb_send(uint8_t *data, uint8_t length) { // Users should #include "raw_hid.h" in their own code // and implement this function there. Leave this as weak linkage // so users can opt to not handle data coming in. -} void webusb_task(void) { uint8_t buffer[WEBUSB_EPSIZE]; |