summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorchemicstry <chemicstry@gmail.com>2022-05-26 14:05:56 +0300
committerchemicstry <chemicstry@gmail.com>2022-05-26 14:05:56 +0300
commit4b6162694a65bf8629da62499046b8f22cf3175e (patch)
tree8e2f679b81f5e98833f4c381b6cebfb75ea87ed7 /examples
parent1d951a54beeee4184315260b3f2ba0a021f4f9d0 (diff)
downloadembassy-4b6162694a65bf8629da62499046b8f22cf3175e.zip
Fix removed space
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f4/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index 4cd8b7a2..651d0138 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -9,6 +9,7 @@ resolver = "2"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "unstable-traits"] }
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "unstable-traits", "defmt", "stm32f429zi", "unstable-pac", "memory-x", "time-driver-any", "exti"] }
+
defmt = "0.3"
defmt-rtt = "0.3"