diff options
-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]; |