From e41ab50016345f7813d250772457a1463e0cd973 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 14 Jan 2020 16:30:29 -0800 Subject: Start moving code out of webusb and to Oryx feature --- tmk_core/protocol/chibios/usb_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tmk_core/protocol/chibios') diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index 57ac7ce0e0..9f4adbca72 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c @@ -880,7 +880,6 @@ void webusb_send(uint8_t *data, uint8_t length) { } } -__attribute__((weak)) void webusb_receive_kb(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. -- cgit v1.2.3