summaryrefslogtreecommitdiff
path: root/hw/bsp
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-06-30 16:31:59 +0700
committerhathach <[email protected]>2020-06-30 16:31:59 +0700
commit0477446224c1c193f5ae8a0cbed7c33e13e7ce6c (patch)
tree7428688fb8ca7679b161f21a542db9d71a849283 /hw/bsp
parentf3a88477dc39a5eccc8d4de61d8943ace2b74e44 (diff)
more clean up
Diffstat (limited to 'hw/bsp')
-rw-r--r--hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c b/hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c
index 0f55c2b00..be0ae3ea8 100644
--- a/hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c
+++ b/hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c
@@ -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