Skip to content

Commit

Permalink
Merge pull request #2895 from tannewt/p4_fixes
Browse files Browse the repository at this point in the history
Disable DWC HCD interrupt with MAX3421
  • Loading branch information
hathach authored Dec 3, 2024
2 parents 2179fb1 + 3653c23 commit eabf68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/synopsys/dwc2/dwc2_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static void dwc2_int_handler_wrap(void* arg) {
dcd_int_handler(rhport);
}
#endif
#if CFG_TUH_ENABLED
#if CFG_TUH_ENABLED && !CFG_TUH_MAX3421
if (role == TUSB_ROLE_HOST) {
hcd_int_handler(rhport, true);
}
Expand Down

0 comments on commit eabf68b

Please sign in to comment.