mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-06 15:44:38 +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) {
|
||||
// forward interrupt port 0 to TinyUSB stack
|
||||
// forward interrupt port 1 to TinyUSB stack
|
||||
tusb_int_handler(1, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user