Skip to content

Commit 64e62ba

Browse files
authored
Merge pull request #2784 from tannewt/fix_esp32_sx_resume
Fix ESP32-SX resume
2 parents ed0d587 + 6890975 commit 64e62ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/espressif/esp32sx/dcd_esp32sx.c

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ void dcd_init(uint8_t rhport)
207207
USB_USBRSTMSK_M |
208208
USB_ENUMDONEMSK_M |
209209
USB_RESETDETMSK_M |
210+
USB_WKUPINT_M |
210211
USB_DISCONNINTMSK_M; // host most only
211212

212213
dcd_connect(rhport);

0 commit comments

Comments
 (0)