defmt::println
messages have a leading space when timestamps are disabled
#602
Labels
difficulty: easy
Pretty easy to solve
good first issue
Good for newcomers
priority: medium
Medium priority for the Knurling team
status: needs PR
Issue just needs a Pull Request implementing the changes
type: bug
Something isn't working
Milestone
Steps to reproduce:
app-template
(main
branch)defmt
cratesdefmt::timestamp!
item fromsrc/lib.rs
src/bin/hello.rs
to useprintln!
This outputs:
Ideally, it should output: (the
H
is exactly on top of the "corner pipe")to match the other logging macros, e.g. the
levels
example produces:cc @justahero
The text was updated successfully, but these errors were encountered: