summaryrefslogtreecommitdiff
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
parentf3a88477dc39a5eccc8d4de61d8943ace2b74e44 (diff)
more clean up
-rw-r--r--CONTRIBUTORS.md7
-rw-r--r--hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c2
2 files changed, 4 insertions, 5 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index ef691c98a..f7d77afe3 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -12,6 +12,9 @@
* Author and maintainer
* Most features development
+* **[Jan Dümpelmann](https://github.com/duempel)**
+ * Improvements to Synopsys device controller driver (DCD) for STM32 MCUs
+
* **[Jeff Epler](https://github.com/jepler)**
* Improvement to MIDI device driver
@@ -57,8 +60,4 @@
* TI MSP430 device driver port
* Board support for STM32F407 Discovery, STM32H743 Nucleo, pyboard v1.1, msp_exp430f5529lp etc ...
-* **[Jan Dümpelmann](https://github.com/duempel)**
- * Improvements to Synopsys device controller driver (DCD) for STM32 MCUs
-
-
**[Full contributors list](https://github.com/hathach/tinyusb/contributors).**
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