mirror of
https://github.com/nkbai/book.git
synced 2026-09-06 06:24:52 +08:00
Merge #114
114: Removed repeated "are" r=jamesmunns a=therealprof Co-authored-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
@@ -20,7 +20,7 @@ The general initialization steps at runtime are always the same:
|
||||
* Enable the interrupt handler in the interrupt controller
|
||||
|
||||
Similarly to exceptions, the `cortex-m-rt` crate provides an [`interrupt`]
|
||||
attribute to declare interrupt handlers. The available interrupts are (and
|
||||
attribute to declare interrupt handlers. The available interrupts (and
|
||||
their position in the interrupt handler table) are usually automatically
|
||||
generated via `svd2rust` from a SVD description.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user