aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRukai <[email protected]>2021-06-05 18:15:35 +1000
committerRukai <[email protected]>2021-06-06 00:46:20 +1000
commit010b2b9497ecab40279cb751a1f5cbff4df5d163 (patch)
treea64a1942a78c458ed7335fd929e3bb24d1e21e84 /examples
parent6f5c85c50f20fa336d2144c8161aea391bea52f7 (diff)
Fix stm32 warnings
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f4/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index 2c16af5fb..8625f83b5 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -28,8 +28,8 @@ defmt-rtt = "0.2.0"
28 28
29cortex-m = "0.7.1" 29cortex-m = "0.7.1"
30cortex-m-rt = "0.6.14" 30cortex-m-rt = "0.6.14"
31embedded-hal = { version = "0.2.4" } 31embedded-hal = { version = "0.2.4" }
32panic-probe = { version = "0.2.0", features= ["print-defmt"] } 32panic-probe = { version = "0.2.0", features= ["print-defmt"] }
33futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 33futures = { version = "0.3.8", default-features = false, features = ["async-await"] }
34rtt-target = { version = "0.3", features = ["cortex-m"] } 34rtt-target = { version = "0.3", features = ["cortex-m"] }
35heapless = { version = "0.7.1", default-features = false } \ No newline at end of file 35heapless = { version = "0.7.1", default-features = false }