Doc: Typo in docs/integration.rst

Signed-off-by: Thomas Rubin <tr@andav.de>
This commit is contained in:
Thomas Rubin
2025-11-20 10:26:41 +01:00
parent 409c19364b
commit a85f29b2ae

View File

@ -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);
}