We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a5dc6 commit 7e6b497Copy full SHA for 7e6b497
Cargo.toml
@@ -18,7 +18,6 @@ version = "0.2.3"
18
version = "0.1.1"
19
20
[dev-dependencies]
21
-stm32f3 = { version = "0.8", features = ["stm32f303", "rt"] }
22
futures = "0.1.17"
23
24
[features]
src/lib.rs
@@ -121,7 +121,7 @@
121
//!
122
//! [`stm32f3`]: https://crates.io/crates/stm32f3
123
124
-//! ```
+//! ```not_run
125
//! // crate: stm32f3xx-hal
126
//! // An implementation of the `embedded-hal` traits for STM32F3xx microcontrollers
127
0 commit comments