From 88c11a653ca6d9db35c2ad27f253aaa9fa9ae921 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Tue, 3 Aug 2021 14:12:11 -0400 Subject: Formatting fixes. --- examples/stm32h7/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index f313960f9..0868be75d 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml @@ -24,8 +24,6 @@ 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" } -#stm32h7 = { version = "0.13", features = ["stm32h743"]} -#stm32h7xx-hal = { version = "0.9.0", features = ["stm32h743"] } defmt = "0.2.0" defmt-rtt = "0.2.0" -- cgit