mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
more clean up
This commit is contained in:
parent
f3a88477dc
commit
0477446224
@ -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).**
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user