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 278083a commit 6954d60Copy full SHA for 6954d60
src/lib.rs
@@ -423,7 +423,7 @@
423
//! [`interrupt!`](macro.interrupt.html) macro (non Cortex-M targets) or [`interrupt`] attribute
424
//! (Cortex-M) that can be used to register interrupt handlers.
425
//!
426
-//! [`interrupt`]: TODO(add link here)
+//! [`interrupt`]: https://docs.rs/cortex-m-rt-macros/0.1/cortex_m_rt_macros/attr.interrupt.html
427
428
//! ## the `--nightly` flag
429
0 commit comments