Skip to content

Commit f1eec70

Browse files
committed
documentation: interrupts: Fix syntax
1 parent 878447c commit f1eec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/labs/interrupts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ section before proceeding.
801801
Follow the sections maked with **TODO 2** in the skeleton.
802802

803803
First, define an empty interrupt handling routine named
804-
c:func:`kbd_interrupt_handler`.
804+
:c:func:`kbd_interrupt_handler`.
805805

806806
.. note:: Since we already have a driver that uses this interrupt we
807807
should report the interrupt as not handled (i.e. return

0 commit comments

Comments
 (0)