mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-22 20:12:29 +00:00
fix type in usb_main for chibiOS
This commit is contained in:
committed by
Florian Didron
parent
c91ff45763
commit
95b0ea6c30
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user