diff options
| author | Rukai <[email protected]> | 2021-06-05 18:15:35 +1000 |
|---|---|---|
| committer | Rukai <[email protected]> | 2021-06-06 00:46:20 +1000 |
| commit | 010b2b9497ecab40279cb751a1f5cbff4df5d163 (patch) | |
| tree | a64a1942a78c458ed7335fd929e3bb24d1e21e84 /examples/stm32f4 | |
| parent | 6f5c85c50f20fa336d2144c8161aea391bea52f7 (diff) | |
Fix stm32 warnings
Diffstat (limited to 'examples/stm32f4')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 4 |
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 | ||
| 29 | cortex-m = "0.7.1" | 29 | cortex-m = "0.7.1" |
| 30 | cortex-m-rt = "0.6.14" | 30 | cortex-m-rt = "0.6.14" |
| 31 | embedded-hal = { version = "0.2.4" } | 31 | embedded-hal = { version = "0.2.4" } |
| 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } | 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } |
| 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
| 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } | 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } |
| 35 | heapless = { version = "0.7.1", default-features = false } \ No newline at end of file | 35 | heapless = { version = "0.7.1", default-features = false } |
