diff options
Diffstat (limited to '.cargo/flash_algo.toml')
| -rw-r--r-- | .cargo/flash_algo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/flash_algo.toml b/.cargo/flash_algo.toml index 51a41a8..5530e86 100644 --- a/.cargo/flash_algo.toml +++ b/.cargo/flash_algo.toml @@ -9,3 +9,6 @@ rustflags = [ "-Clink-arg=-Tdefmt.x", ] runner = "target-gen elf --fixed-load-address" + +[env] +DEFMT_LOG="off" |
