aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-08-18 11:43:55 -0400
committerBob McWhirter <[email protected]>2021-08-18 11:44:09 -0400
commit5fab514f024c2b2f36cabed01cd86ef261ba0df4 (patch)
treef2e3c7c9d704bf88261886de7000f50e24426a4d
parent919cdfe8c4afa9ebb3e6d9238d32bbd856adb040 (diff)
Remove metapac from the Cargo.toml for h7.
-rw-r--r--examples/stm32h7/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index c7761ee85..9cacd4aaa 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -22,7 +22,6 @@ embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features =
22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32h743zi", "net", "memory-x", "time-driver-tim2"] } 22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32h743zi", "net", "memory-x", "time-driver-tim2"] }
23embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } 23embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
24embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] } 24embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] }
25stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] }
26embassy-macros = { path = "../../embassy-macros" } 25embassy-macros = { path = "../../embassy-macros" }
27 26
28defmt = "0.2.0" 27defmt = "0.2.0"