Skip to content

Commit

Permalink
Merge #179
Browse files Browse the repository at this point in the history
179: Fix incorrect __EXCEPTIONS in lib.rs comment r=therealprof a=raz-a

Update lib.rs comment describing __INTERRUPTS variable to say __INTERRUPTS instead of __EXCEPTIONS

Co-authored-by: Raz Aloni <[email protected]>
  • Loading branch information
bors[bot] and raz-a committed Mar 10, 2019
2 parents 975b4db + 94b11bf commit 6898ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m-rt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
//! exception vectors, which includes exceptions like `HardFault` and `SysTick`. This array is
//! located after `__RESET_VECTOR` in the `.vector_table` section.
//!
//! - `__EXCEPTIONS`. This is the device specific interrupt portion of the vector table; its exact
//! - `__INTERRUPTS`. This is the device specific interrupt portion of the vector table; its exact
//! size depends on the target device but if the `"device"` feature has not been enabled it will
//! have a size of 32 vectors (on ARMv6-M) or 240 vectors (on ARMv7-M). This array is located after
//! `__EXCEPTIONS` in the `.vector_table` section.
Expand Down

0 comments on commit 6898ce8

Please sign in to comment.