machine/rp2: expose usb endpoint stall handling

This commit is contained in:
Michael Smith
2025-04-16 21:16:51 -04:00
committed by Ron Evans
parent 0f06f59c6e
commit febb3906db
5 changed files with 74 additions and 12 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func handleUSBIRQ(intr interrupt.Interrupt) {
if !ok {
// Stall endpoint?
sendStallViaEPIn(0)
USBDev.SetStallEPIn(0)
}
}