fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.

This commit is contained in:
Dario Nieuwenhuis
2021-06-07 03:21:09 +02:00
parent ef1ebefec0
commit 3be49d3e79
8 changed files with 161 additions and 99 deletions

View File

@ -9,16 +9,18 @@ resolver = "2"
cortex-m = "0.7.2"
cortex-m-rt = { version = "0.6.8", optional = true }
# BEGIN BUILD DEPENDENCIES
# These are removed when generating the pre-generated crate using the tool at gen/.
[build-dependencies]
regex = "1.4.6"
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" }
serde = { version = "1.0.123", features = [ "derive" ]}
serde_yaml = "0.8.15"
# END BUILD DEPENDENCIES
[features]
rt = ["cortex-m-rt/device"]
# BEGIN GENERATED FEATURES
# Generated by gen_features.py. DO NOT EDIT.
stm32f030c6 = []