summaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-29 02:28:57 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-12-06 21:58:57 +0100
commit00a87b9a41f55efdf831a2579de5f271222e6577 (patch)
tree705185f63de2d29028406049c73d39b9c508e4cd /examples/stm32f7
parent8b4a247af2b54bd4deb8416b6181791e381c5aa3 (diff)
downloadembassy-00a87b9a41f55efdf831a2579de5f271222e6577.zip
Fix build examples with defmt.
Diffstat (limited to 'examples/stm32f7')
-rw-r--r--examples/stm32f7/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml
index 68c73f09..1f064667 100644
--- a/examples/stm32f7/Cargo.toml
+++ b/examples/stm32f7/Cargo.toml
@@ -23,3 +23,9 @@ heapless = { version = "0.7.5", default-features = false }
nb = "1.0.0"
rand_core = "0.6.3"
critical-section = "0.2.3"
+
+[dependencies.smoltcp]
+git = "https://github.com/smoltcp-rs/smoltcp"
+rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
+default-features = false
+features = ["defmt"] \ No newline at end of file