Skip to content

Commit c785469

Browse files
authored
Merge pull request hathach#3351 from thamul/master
Doc: Typo in docs/integration.rst
2 parents 409c193 + a85f29b commit c785469

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)