Skip to content

Commit aef71b6

Browse files
committed
Revert "dont use local pac"
This reverts commit a3a3dc7.
1 parent dc87a91 commit aef71b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ 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 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", features = ["critical-section"], default-features = false }
35+
stm32h7 = { path = "../stm32-rs/stm32h7", features = ["critical-section"], default-features = false }
36+
#stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", features = ["critical-section"], default-features = false }
3637
#stm32h7 = { version = "0.17.0", package = "stm32h7-staging", features = ["critical-section"], default-features = false }
3738
void = { version = "1.0.2", default-features = false }
3839
cast = { version = "0.3.0", default-features = false }

0 commit comments

Comments
 (0)