From 5fab514f024c2b2f36cabed01cd86ef261ba0df4 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Wed, 18 Aug 2021 11:43:55 -0400 Subject: [PATCH] Remove metapac from the Cargo.toml for h7. --- examples/stm32h7/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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 = 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"