mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Auto merge of #65 - japaric:fix-doc-link, r=japaric
fix documentation link None
This commit is contained in:
commit
716fb9ba14
2 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ keywords = ["arm", "cortex-m"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "cortex-m-rtfm"
|
name = "cortex-m-rtfm"
|
||||||
repository = "https://github.com/japaric/cortex-m-rtfm"
|
repository = "https://github.com/japaric/cortex-m-rtfm"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.4.0"
|
cortex-m = "0.4.0"
|
||||||
cortex-m-rtfm-macros = "0.3.0"
|
cortex-m-rtfm-macros = { path = "macros" }
|
||||||
rtfm-core = "0.2.0"
|
rtfm-core = "0.2.0"
|
||||||
untagged-option = "0.1.1"
|
untagged-option = "0.1.1"
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
//!
|
//!
|
||||||
//! The `app!` macro is documented [here].
|
//! The `app!` macro is documented [here].
|
||||||
//!
|
//!
|
||||||
//! [here]: https://docs.rs/cortex-m-rtfm-macros/0.2.1/cortex_m_rtfm_macros/fn.app.html
|
//! [here]: https://docs.rs/cortex-m-rtfm-macros/0.3.0/cortex_m_rtfm_macros/fn.app.html
|
||||||
//!
|
//!
|
||||||
//! # Important: Cortex-M7 devices
|
//! # Important: Cortex-M7 devices
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue