Remove defmt

This commit is contained in:
Invariantspace 2024-10-12 19:58:43 -07:00
parent 78cb2dd146
commit a4e228bdd6
No known key found for this signature in database
GPG key ID: EBC4A20067373921
6 changed files with 93 additions and 100 deletions

View file

@ -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"