diff options
| author | Bob McWhirter <[email protected]> | 2021-08-18 11:43:55 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-08-18 11:44:09 -0400 |
| commit | 5fab514f024c2b2f36cabed01cd86ef261ba0df4 (patch) | |
| tree | f2e3c7c9d704bf88261886de7000f50e24426a4d | |
| parent | 919cdfe8c4afa9ebb3e6d9238d32bbd856adb040 (diff) | |
Remove metapac from the Cargo.toml for h7.
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 1 |
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 = | |||
| 22 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32h743zi", "net", "memory-x", "time-driver-tim2"] } | 22 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32h743zi", "net", "memory-x", "time-driver-tim2"] } |
| 23 | embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } | 23 | embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } |
| 24 | embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] } | 24 | embassy-net = { path = "../../embassy-net", default-features = false, features = ["defmt-debug", "defmt", "tcp", "medium-ethernet", "pool-16"] } |
| 25 | stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] } | ||
| 26 | embassy-macros = { path = "../../embassy-macros" } | 25 | embassy-macros = { path = "../../embassy-macros" } |
| 27 | 26 | ||
| 28 | defmt = "0.2.0" | 27 | defmt = "0.2.0" |
