We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 975b4db + 94b11bf commit 6898ce8Copy full SHA for 6898ce8
cortex-m-rt/src/lib.rs
@@ -221,7 +221,7 @@
221
//! exception vectors, which includes exceptions like `HardFault` and `SysTick`. This array is
222
//! located after `__RESET_VECTOR` in the `.vector_table` section.
223
//!
224
-//! - `__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
225
//! size depends on the target device but if the `"device"` feature has not been enabled it will
226
//! have a size of 32 vectors (on ARMv6-M) or 240 vectors (on ARMv7-M). This array is located after
227
//! `__EXCEPTIONS` in the `.vector_table` section.
0 commit comments