Skip to content

Commit d750208

Browse files
committed
Use stm32h7-staging
1 parent cbe9213 commit d750208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ embedded-hal = { version = "0.2.6", features = ["unproven"] }
3232
embedded-dma = "0.2.0"
3333
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
3434
defmt = { version = ">=0.2.0,<0.4", optional = true }
35-
#stm32h7 = { version = "^0.15.1", default-features = false }
36-
stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false }
35+
stm32h7 = { version = "0.16.0", package = "stm32h7-staging", default-features = false }
3736
void = { version = "1.0.2", default-features = false }
3837
cast = { version = "0.3.0", default-features = false }
3938
nb = "1.0.0"

0 commit comments

Comments
 (0)