docs: fix typo and link in high level interrupt documentation

pull/3061/head
Mahavir Jain 2019-03-05 10:26:40 +05:30
rodzic e053fdafc6
commit 2a9d2d5be9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
-----