Skip to content

Commit 86e07b6

Browse files
authored
Update dcd_dwc2.patch
1 parent 33a3d95 commit 86e07b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/arduino_tinyusb/patches/dcd_dwc2.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
+#if TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3)
5757
+ _allocated_fifos = 1;
5858
+#endif
59+
60+
usbd_spin_lock(true);
5961
handle_bus_reset(rhport);
60-
}
61-
6262
@@ -1008,7 +1037,11 @@
6363

6464
if (gintsts & GINTSTS_USBSUSP) {

0 commit comments

Comments
 (0)