use dcd_event_bus_reset() with speed to replace bus_signal
This commit is contained in:
@@ -387,7 +387,7 @@ void dcd_int_handler (uint8_t rhport)
|
||||
USB->DEVICE.INTENCLR.reg = USB_DEVICE_INTFLAG_WAKEUP | USB_DEVICE_INTFLAG_SUSPEND;
|
||||
|
||||
bus_reset();
|
||||
dcd_event_bus_signal(0, DCD_EVENT_BUS_RESET, true);
|
||||
dcd_event_bus_reset(0, TUSB_SPEED_FULL, true);
|
||||
}
|
||||
|
||||
// Handle SETUP packet
|
||||
|
||||
Reference in New Issue
Block a user