summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-12-11 15:10:12 +0700
committerhathach <[email protected]>2024-12-11 15:10:12 +0700
commit29fa07d2ad774181877a311e8c0770195a020b3b (patch)
tree602d48ca2dff1b7131d828f59e0fe0bc9e488517 /src/portable
parentdf91c12ab29a117edee504b876dfaf78a5615da9 (diff)
parentcb22301f91f0465a5578be35d9be284657ddd31d (diff)
Merge branch 'master' into fork/HiFiPhile/rt1170
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/synopsys/dwc2/dwc2_esp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_esp32.h b/src/portable/synopsys/dwc2/dwc2_esp32.h
index ddbfd0d10..3309760ff 100644
--- a/src/portable/synopsys/dwc2/dwc2_esp32.h
+++ b/src/portable/synopsys/dwc2/dwc2_esp32.h
@@ -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);
}