From 010b2b9497ecab40279cb751a1f5cbff4df5d163 Mon Sep 17 00:00:00 2001 From: Rukai Date: Sat, 5 Jun 2021 18:15:35 +1000 Subject: Fix stm32 warnings --- examples/stm32f4/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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" cortex-m = "0.7.1" cortex-m-rt = "0.6.14" -embedded-hal = { version = "0.2.4" } +embedded-hal = { version = "0.2.4" } panic-probe = { version = "0.2.0", features= ["print-defmt"] } futures = { version = "0.3.8", default-features = false, features = ["async-await"] } rtt-target = { version = "0.3", features = ["cortex-m"] } -heapless = { version = "0.7.1", default-features = false } \ No newline at end of file +heapless = { version = "0.7.1", default-features = false } -- cgit