aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-26 21:59:31 +0000
committerGitHub <[email protected]>2024-04-26 21:59:31 +0000
commit34074e6eb0741e084653b3ef71163393741f558b (patch)
treef627117733d3fcd5bbb4eb664559c387a8e81f33 /examples/stm32f2
parent026445d0109f9e80586634a757dfe39a58068cfc (diff)
parent5732ee7ca975c0dd1afa83ade1667a2599d20985 (diff)
Merge pull request #2872 from embassy-rs/cleanups
Misc cleanups.
Diffstat (limited to 'examples/stm32f2')
-rw-r--r--examples/stm32f2/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f2/Cargo.toml b/examples/stm32f2/Cargo.toml
index 4cbf1dc84..86921580a 100644
--- a/examples/stm32f2/Cargo.toml
+++ b/examples/stm32f2/Cargo.toml
@@ -18,7 +18,6 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
18cortex-m-rt = "0.7.0" 18cortex-m-rt = "0.7.0"
19embedded-hal = "0.2.6" 19embedded-hal = "0.2.6"
20panic-probe = { version = "0.3", features = ["print-defmt"] } 20panic-probe = { version = "0.3", features = ["print-defmt"] }
21futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
22heapless = { version = "0.8", default-features = false } 21heapless = { version = "0.8", default-features = false }
23nb = "1.0.0" 22nb = "1.0.0"
24 23