more clean up

This commit is contained in:
hathach
2020-06-30 16:31:59 +07:00
parent f3a88477dc
commit 0477446224
2 changed files with 4 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ void USB_OTG1_IRQHandler(void)
void USB_OTG2_IRQHandler(void)
{
#if CFG_TUSB_RHPORT0_MODE & OPT_MODE_HOST
#if CFG_TUSB_RHPORT1_MODE & OPT_MODE_HOST
tuh_isr(1);
#endif