We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b9cb9 commit 94b11bfCopy full SHA for 94b11bf
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