We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878447c commit f1eec70Copy full SHA for f1eec70
Documentation/teaching/labs/interrupts.rst
@@ -801,7 +801,7 @@ section before proceeding.
801
Follow the sections maked with **TODO 2** in the skeleton.
802
803
First, define an empty interrupt handling routine named
804
-c:func:`kbd_interrupt_handler`.
+:c:func:`kbd_interrupt_handler`.
805
806
.. note:: Since we already have a driver that uses this interrupt we
807
should report the interrupt as not handled (i.e. return
0 commit comments