diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-11-24 03:17:54 +0100 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-11-29 02:07:48 +0100 |
commit | 3332c4070555f8c87564aa90f61091c9fa4aef8a (patch) | |
tree | c521a3c3d89d23bae18b9f2d56fe8d35eec56147 /examples/stm32l4 | |
parent | 2a2911221dc257e45049c8ceea93a981240f91b0 (diff) | |
download | embassy-3332c4070555f8c87564aa90f61091c9fa4aef8a.zip |
examples: remove unused deps.
Diffstat (limited to 'examples/stm32l4')
-rw-r--r-- | examples/stm32l4/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32l4/Cargo.toml b/examples/stm32l4/Cargo.toml index caab99b5..3891f41a 100644 --- a/examples/stm32l4/Cargo.toml +++ b/examples/stm32l4/Cargo.toml @@ -11,7 +11,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", "unstable-pac", "stm32l4s5vi", "time-driver-tim2"] } -embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } defmt = "0.3" defmt-rtt = "0.3" |