Skip to content

Commit 9493b7d

Browse files
bors[bot]tessi
andauthored
Merge #218
218: fixed typo in Interrupts.md r=therealprof a=tessi Just fixing a double-`to` I encountered while reading the book. Thanks for the great content ❤️ Co-authored-by: Philipp Tessenow <philipp@tessenow.org>
2 parents c262349 + b0caac3 commit 9493b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/start/interrupts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Interrupt handlers look like plain functions (except for the lack of arguments)
3939
similar to exception handlers. However they can not be called directly by other
4040
parts of the firmware due to the special calling conventions. It is however
4141
possible to generate interrupt requests in software to trigger a diversion to
42-
to the interrupt handler.
42+
the interrupt handler.
4343

4444
Similar to exception handlers it is also possible to declare `static mut`
4545
variables inside the interrupt handlers for *safe* state keeping.

0 commit comments

Comments
 (0)