Skip to content

Commit 94b11bf

Browse files
committed
Update lib.rs comment describing __INTERRUPTS variable to say __INTERRUPTS instead of __EXCEPTIONS
1 parent a7b9cb9 commit 94b11bf

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)