diff options
author | Drashna Jael're <drashna@live.com> | 2020-01-14 16:30:29 -0800 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-02-26 10:15:12 +0900 |
commit | e41ab50016345f7813d250772457a1463e0cd973 (patch) | |
tree | 229011a7ba2d273643bf6245241f642b7ba3bda0 /tmk_core/protocol/lufa | |
parent | d3f23ecfbcd2a69714422ab68f346e51fcc2a6de (diff) |
Start moving code out of webusb and to Oryx feature
Diffstat (limited to 'tmk_core/protocol/lufa')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index c107e7103a..8748ea63bf 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -288,8 +288,6 @@ void webusb_send(uint8_t *data, uint8_t length) { Endpoint_ClearIN(); } -__attribute__((weak)) void webusb_receive_kb(uint8_t *data, uint8_t length) { } - static void webusb_task(void) { // Create a temporary buffer to hold the read in data from the host uint8_t data[WEBUSB_EPSIZE]; |