Merge pull request #821 from embassy-rs/defmt-trace
Add env DEFMT_LOG=trace to all examples.
This commit is contained in:
@ -4,3 +4,6 @@ runner = "probe-run --chip STM32F103C8"
|
||||
|
||||
[build]
|
||||
target = "thumbv7m-none-eabi"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
||||
|
Reference in New Issue
Block a user