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 a029b48 commit 74976aeCopy full SHA for 74976ae
cortex-m-rt/src/lib.rs
@@ -19,7 +19,6 @@
19
//! - `#[entry]` to declare the entry point of the program
20
//! - `#[exception]` to override an exception handler. If not overridden all exception handlers
21
//! default to an infinite loop.
22
-//! default to an infinite loop.
23
//! - `#[pre_init]` to run code *before* `static` variables are initialized
24
//!
25
//! This crate also implements a related attribute called `#[interrupt]`, which allows you
0 commit comments