Skip to content

Commit 7e6b497

Browse files
committed
Remove unsupported examples for hal
- Remove stm32f3 hal implementation and it's examples from runned doc tests
1 parent 62a5dc6 commit 7e6b497

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ version = "0.2.3"
1818
version = "0.1.1"
1919

2020
[dev-dependencies]
21-
stm32f3 = { version = "0.8", features = ["stm32f303", "rt"] }
2221
futures = "0.1.17"
2322

2423
[features]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
//!
122122
//! [`stm32f3`]: https://crates.io/crates/stm32f3
123123
//!
124-
//! ```
124+
//! ```not_run
125125
//! // crate: stm32f3xx-hal
126126
//! // An implementation of the `embedded-hal` traits for STM32F3xx microcontrollers
127127
//!

0 commit comments

Comments
 (0)