From a0d3b6f9c2353d2b4411b0fc8b3f021aac39f8f3 Mon Sep 17 00:00:00 2001 From: Epagris Date: Sat, 27 Apr 2024 22:11:13 +0200 Subject: [PATCH] - automatic binding to usb_event_callback removed --- class/cdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class/cdc.c b/class/cdc.c index cf205bf..3821a90 100644 --- a/class/cdc.c +++ b/class/cdc.c @@ -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) {