소스 검색

docs: fix typo and link in high level interrupt documentation

Mahavir Jain 7 년 전
부모
커밋
2a9d2d5be9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/api-guides/hlinterrupts.rst

+ 1 - 1
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
 -----