mirror of
https://github.com/hathach/tinyusb.git
synced 2025-12-01 12:24:17 +00:00
Doc: Typo in docs/integration.rst
Signed-off-by: Thomas Rubin <tr@andav.de>
This commit is contained in:
@ -59,7 +59,7 @@ Minimal Example
|
|||||||
}
|
}
|
||||||
|
|
||||||
void USB1_IRQHandler(void) {
|
void USB1_IRQHandler(void) {
|
||||||
// forward interrupt port 0 to TinyUSB stack
|
// forward interrupt port 1 to TinyUSB stack
|
||||||
tusb_int_handler(1, true);
|
tusb_int_handler(1, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user