diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-11-15 20:11:08 +0100 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-11-15 20:13:22 +0100 |
commit | 9b17b3d721299669a3f8fad66f47c29cdc930a70 (patch) | |
tree | f0bb2dae33127aea5d919876494bef4cd2a7a5f1 /examples/stm32f7 | |
parent | c8f3ec3fba47899b123d0a146e8f9b3808ea4601 (diff) | |
download | embassy-9b17b3d721299669a3f8fad66f47c29cdc930a70.zip |
Remove unused deps
Diffstat (limited to 'examples/stm32f7')
-rw-r--r-- | examples/stm32f7/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 8d7710c4..6e970146 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml @@ -21,7 +21,6 @@ cortex-m-rt = "0.7.0" embedded-hal = "0.2.6" panic-probe = { version = "0.3", features = ["print-defmt"] } futures = { version = "0.3.17", default-features = false, features = ["async-await"] } -rtt-target = { version = "0.3.1", features = ["cortex-m"] } heapless = { version = "0.7.5", default-features = false } nb = "1.0.0" rand_core = "0.6.3" |