mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
rp2040: fix usb device enumeration (RP2040-E5)
This commit is contained in:
@@ -130,6 +130,7 @@ func handleUSBIRQ(intr interrupt.Interrupt) {
|
||||
rp.USBCTRL_REGS.ADDR_ENDP.Set(0)
|
||||
|
||||
initEndpoint(0, usb.ENDPOINT_TYPE_CONTROL)
|
||||
fixRP2040UsbDeviceEnumeration()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user