- reset processing temporarily bypassed
This commit is contained in:
parent
2a69c57225
commit
0bb047ddf6
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user