Skip to content

Commit 6898ce8

Browse files
bors[bot]raz-a
andcommitted
Merge #179
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]>
2 parents 975b4db + 94b11bf commit 6898ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
//! exception vectors, which includes exceptions like `HardFault` and `SysTick`. This array is
222222
//! located after `__RESET_VECTOR` in the `.vector_table` section.
223223
//!
224-
//! - `__EXCEPTIONS`. This is the device specific interrupt portion of the vector table; its exact
224+
//! - `__INTERRUPTS`. This is the device specific interrupt portion of the vector table; its exact
225225
//! size depends on the target device but if the `"device"` feature has not been enabled it will
226226
//! have a size of 32 vectors (on ARMv6-M) or 240 vectors (on ARMv7-M). This array is located after
227227
//! `__EXCEPTIONS` in the `.vector_table` section.

0 commit comments

Comments
 (0)