diff options
| author | Bob McWhirter <[email protected]> | 2021-08-03 14:12:11 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-08-03 14:12:11 -0400 |
| commit | 88c11a653ca6d9db35c2ad27f253aaa9fa9ae921 (patch) | |
| tree | 7cc3566a730dc74f55b8379290909e5c844c6900 /examples | |
| parent | d7409d63e8fc2b69430c769c7090681cea901141 (diff) | |
Formatting fixes.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 |
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" } | |||
| 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"] } | 25 | stm32-metapac = { path = "../../stm32-metapac", features = ["stm32h743zi"] } |
| 26 | embassy-macros = { path = "../../embassy-macros" } | 26 | embassy-macros = { path = "../../embassy-macros" } |
| 27 | #stm32h7 = { version = "0.13", features = ["stm32h743"]} | ||
| 28 | #stm32h7xx-hal = { version = "0.9.0", features = ["stm32h743"] } | ||
| 29 | 27 | ||
| 30 | defmt = "0.2.0" | 28 | defmt = "0.2.0" |
| 31 | defmt-rtt = "0.2.0" | 29 | defmt-rtt = "0.2.0" |
