From 2a9d2d5be9989f686758b60e38ce98d4edff074e Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Tue, 5 Mar 2019 10:26:40 +0530 Subject: [PATCH] docs: fix typo and link in high level interrupt documentation --- docs/en/api-guides/hlinterrupts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/hlinterrupts.rst b/docs/en/api-guides/hlinterrupts.rst index ddeab4c8e..2d094bc33 100644 --- a/docs/en/api-guides/hlinterrupts.rst +++ b/docs/en/api-guides/hlinterrupts.rst @@ -32,7 +32,7 @@ Using these symbols is done by creating an assembly file (suffix .S) and definin rfi 5 -For a real-life example, see the components/esp32/panic_highint_hdl.S file; the panic handler iunterrupt is implemented there. +For a real-life example, see the :component_file:`esp32/dport_panic_highint_hdl.S` file; the panic handler interrupt is implemented there. Notes -----