Remove metapac from the Cargo.toml for h7.
This commit is contained in:
parent
919cdfe8c4
commit
5fab514f02
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features =
|
|||
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32h743zi", "net", "memory-x", "time-driver-tim2"] }
|
||||
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
|
||||
embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] }
|
||||
stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] }
|
||||
embassy-macros = { path = "../../embassy-macros" }
|
||||
|
||||
defmt = "0.2.0"
|
||||
|
|
Loading…
Reference in a new issue