From a85f29b2ae44d6a1ad75c1d81ecee60da207095d Mon Sep 17 00:00:00 2001 From: Thomas Rubin Date: Thu, 20 Nov 2025 10:26:41 +0100 Subject: [PATCH] Doc: Typo in docs/integration.rst Signed-off-by: Thomas Rubin --- docs/integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration.rst b/docs/integration.rst index 3480746d06..f7c5be2ca7 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); }