]> granicus.if.org Git - esp-idf/commitdiff
docs: fix typo and link in high level interrupt documentation
authorMahavir Jain <mahavir@espressif.com>
Tue, 5 Mar 2019 04:56:40 +0000 (10:26 +0530)
committerMahavir Jain <mahavir@espressif.com>
Tue, 5 Mar 2019 04:57:35 +0000 (10:27 +0530)
docs/en/api-guides/hlinterrupts.rst

index ddeab4c8e9ad7492381d2ae06f2d668dc83954dd..2d094bc331ad360f2659a62dc6dc9d930881c04d 100644 (file)
@@ -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
 -----