Skip to content

Commit 382b9ce

Browse files
committed
Fix the rt feature for stm32h7 0.14.0
The stm32h7 crate includes 'rt' as a default feature for 0.14.0.
1 parent 78bfedf commit 382b9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ targets = ["thumbv7em-none-eabihf"]
2828
embedded-hal = "0.2.6"
2929
embedded-dma = "0.1.2"
3030
cortex-m = "^0.7.1"
31-
stm32h7 = "^0.14.0"
31+
stm32h7 = { version = "^0.14.0", default-features = false }
3232
void = { version = "1.0.2", default-features = false }
3333
cast = { version = "0.3.0", default-features = false }
3434
nb = "1.0.0"

0 commit comments

Comments
 (0)