- reset processing temporarily bypassed

This commit is contained in:
Wiesner András 2024-12-05 09:59:46 +01:00
parent 2a69c57225
commit 0bb047ddf6

View File

@ -946,7 +946,7 @@ void USB_IRQ_HANDLER() {
// USB reset // USB reset
if (ints & USB_OTG_GINTSTS_USBRST) { if (ints & USB_OTG_GINTSTS_USBRST) {
SET_BIT(USBG->GINTSTS, USB_OTG_GINTSTS_USBRST); // clear interrupt SET_BIT(USBG->GINTSTS, USB_OTG_GINTSTS_USBRST); // clear interrupt
PROCESS_EVENT(USB_EVT_USB_RESET, NULL); // process event //PROCESS_EVENT(USB_EVT_USB_RESET, NULL); // process event
} }
// End of enumeration (meaning NOT the USB ENUMERATION PROCESS, // End of enumeration (meaning NOT the USB ENUMERATION PROCESS,