From 95b0ea6c303b0eb98ff57c8e2530d3645156a7cd Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 14 Jan 2020 17:07:05 -0800 Subject: [PATCH] fix type in usb_main for chibiOS --- tmk_core/protocol/chibios/usb_main.c | 1 - 1 file changed, 1 deletion(-) 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];