fix type in usb_main for chibiOS

This commit is contained in:
Drashna Jael're
2020-01-14 17:07:05 -08:00
committed by Florian Didron
parent c91ff45763
commit 95b0ea6c30

View File

@@ -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];