aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-06 00:42:28 +0200
committerGitHub <[email protected]>2021-06-06 00:42:28 +0200
commit2bbde6c4e14fc82e710d9ef26eb411596236fe25 (patch)
treed668963937d0b53e7c7c2cd24fe77da369ac5f23 /examples
parent5bd0aa9cb5bfb26122dc2f7755abd14975fadb31 (diff)
parent010b2b9497ecab40279cb751a1f5cbff4df5d163 (diff)
Merge pull request #225 from rukai/fix_stm32_warnings2
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 }