Skip to content

Commit a85f29b

Browse files
committed
Doc: Typo in docs/integration.rst
Signed-off-by: Thomas Rubin <[email protected]>
1 parent 409c193 commit a85f29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Minimal Example
5959
}
6060
6161
void USB1_IRQHandler(void) {
62-
// forward interrupt port 0 to TinyUSB stack
62+
// forward interrupt port 1 to TinyUSB stack
6363
tusb_int_handler(1, true);
6464
}
6565

0 commit comments

Comments
 (0)