mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
machine/rp2: expose usb endpoint stall handling
This commit is contained in:
@@ -70,7 +70,7 @@ func handleUSBIRQ(intr interrupt.Interrupt) {
|
||||
|
||||
if !ok {
|
||||
// Stall endpoint?
|
||||
sendStallViaEPIn(0)
|
||||
USBDev.SetStallEPIn(0)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user