aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-08-03 14:12:11 -0400
committerBob McWhirter <[email protected]>2021-08-03 14:12:11 -0400
commit88c11a653ca6d9db35c2ad27f253aaa9fa9ae921 (patch)
tree7cc3566a730dc74f55b8379290909e5c844c6900 /examples
parentd7409d63e8fc2b69430c769c7090681cea901141 (diff)
Formatting fixes.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h7/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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" }
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"] } 25stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] }
26embassy-macros = { path = "../../embassy-macros" } 26embassy-macros = { path = "../../embassy-macros" }
27#stm32h7 = { version = "0.13", features = ["stm32h743"]}
28#stm32h7xx-hal = { version = "0.9.0", features = ["stm32h743"] }
29 27
30defmt = "0.2.0" 28defmt = "0.2.0"
31defmt-rtt = "0.2.0" 29defmt-rtt = "0.2.0"