- automatic binding to usb_event_callback removed

This commit is contained in:
Wiesner András 2024-04-27 22:11:13 +02:00
parent cb9a3c33ca
commit a0d3b6f9c2

View File

@ -118,9 +118,9 @@ int usb_cdc_process_and_return(USB_CallbackEvent *cbevt) {
return ret;
}
void usb_event_callback(USB_CallbackEvent *cbevt) {
usb_cdc_process_and_return(cbevt);
}
// void usb_event_callback(USB_CallbackEvent *cbevt) {
// usb_cdc_process_and_return(cbevt);
// }
void usb_cdc_write(const uint8_t * data, uint32_t size) {
if (cdcs.initialized) {