mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Merge pull request #2895 from tannewt/p4_fixes
Disable DWC HCD interrupt with MAX3421
This commit is contained in:
commit
eabf68bd91
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user