diff options
| author | Ha Thach <[email protected]> | 2025-11-20 16:36:37 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-20 16:36:37 +0700 |
| commit | c785469881199b92b5ee8739d56ffe5aebcb6804 (patch) | |
| tree | 55833be6f854d028a40e055b55c798dba23c09a0 | |
| parent | 409c19364b3be723b26b013efa5ab3ec1d17435a (diff) | |
| parent | a85f29b2ae44d6a1ad75c1d81ecee60da207095d (diff) | |
Merge pull request #3351 from thamul/master
Doc: Typo in docs/integration.rst
| -rw-r--r-- | docs/integration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integration.rst b/docs/integration.rst index 3480746d0..f7c5be2ca 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -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); } |
