examples: remove unused deps.

This commit is contained in:
Dario Nieuwenhuis
2021-11-24 03:17:54 +01:00
parent 2a2911221d
commit 3332c40705
15 changed files with 2 additions and 56 deletions

View File

@ -9,7 +9,6 @@ resolver = "2"
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "stm32f103c8", "unstable-pac", "memory-x", "time-driver-tim2"] }
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
defmt = "0.3"
defmt-rtt = "0.3"