diff options
| author | Ha Thach <[email protected]> | 2024-12-03 14:25:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-03 14:25:24 +0700 |
| commit | eabf68bd9154672821531c9139118a63076b9e9d (patch) | |
| tree | d3ab13bb1e2a57d6791d84840816398318b5b1cc /src | |
| parent | 2179fb1bd93b71d755c4bf212aff7094f5e8337d (diff) | |
| parent | 3653c23240046a99d8b846b65d875589f0edcd16 (diff) | |
Merge pull request #2895 from tannewt/p4_fixes
Disable DWC HCD interrupt with MAX3421
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/dwc2_esp32.h | 2 |
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); } |
