Remove defmt
This commit is contained in:
parent
78cb2dd146
commit
a4e228bdd6
6 changed files with 93 additions and 100 deletions
|
|
@ -1,8 +1,5 @@
|
|||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "debug"
|
||||
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
runner = "elf2uf2-rs -d"
|
||||
runner = "elf2uf2-rs --deploy --serial"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue