mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55: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
|
// Users should #include "raw_hid.h" in their own code
|
||||||
// and implement this function there. Leave this as weak linkage
|
// and implement this function there. Leave this as weak linkage
|
||||||
// so users can opt to not handle data coming in.
|
// so users can opt to not handle data coming in.
|
||||||
}
|
|
||||||
|
|
||||||
void webusb_task(void) {
|
void webusb_task(void) {
|
||||||
uint8_t buffer[WEBUSB_EPSIZE];
|
uint8_t buffer[WEBUSB_EPSIZE];
|
||||||
|
|||||||
Reference in New Issue
Block a user