We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262349 commit b0caac3Copy full SHA for b0caac3
src/start/interrupts.md
@@ -39,7 +39,7 @@ Interrupt handlers look like plain functions (except for the lack of arguments)
39
similar to exception handlers. However they can not be called directly by other
40
parts of the firmware due to the special calling conventions. It is however
41
possible to generate interrupt requests in software to trigger a diversion to
42
-to the interrupt handler.
+the interrupt handler.
43
44
Similar to exception handlers it is also possible to declare `static mut`
45
variables inside the interrupt handlers for *safe* state keeping.
0 commit comments