summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-11-26 14:03:56 +0700
committerhathach <[email protected]>2025-11-26 14:03:56 +0700
commite1c218f64865b6b0d23f1bf37af22e73ac2c2ee2 (patch)
tree64b5c49f41b6b2ea367cc3747e1cd041483f71a3 /docs
parent67ba8eab2e346dc13cce3d0813de6370cb3cfa48 (diff)
parent38842491bb55260c0cc7d7709abe5b0e73a0de61 (diff)
Merge branch 'master' into xfer-fifo
# Conflicts: # src/common/tusb_fifo.h
Diffstat (limited to 'docs')
-rw-r--r--docs/integration.rst2
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);
}