Merge pull request #821 from embassy-rs/defmt-trace

Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
Dario Nieuwenhuis
2022-06-18 02:24:25 +02:00
committed by GitHub
32 changed files with 93 additions and 0 deletions

View File

@ -15,3 +15,6 @@ rustflags = [
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"