Skip to content

Commit eabf68b

Browse files
authored
Merge pull request #2895 from tannewt/p4_fixes
Disable DWC HCD interrupt with MAX3421
2 parents 2179fb1 + 3653c23 commit eabf68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable/synopsys/dwc2/dwc2_esp32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static void dwc2_int_handler_wrap(void* arg) {
7373
dcd_int_handler(rhport);
7474
}
7575
#endif
76-
#if CFG_TUH_ENABLED
76+
#if CFG_TUH_ENABLED && !CFG_TUH_MAX3421
7777
if (role == TUSB_ROLE_HOST) {
7878
hcd_int_handler(rhport, true);
7979
}

0 commit comments

Comments
 (0)