Merge branch 'master' into fork/HiFiPhile/rt1170

This commit is contained in:
hathach
2024-12-11 15:10:12 +07:00
17 changed files with 207 additions and 103 deletions

View File

@@ -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);
}