aboutsummaryrefslogtreecommitdiff
path: root/imxrt1040evk/src
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-12-07 12:12:45 -0500
committerIan McIntyre <me@mciantyre.dev>2025-12-13 13:41:31 -0500
commit53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 (patch)
tree4df038dfb6edc6bb99b6fe5197d3603c85b67d01 /imxrt1040evk/src
parent7514ffe3b565669f6535ce05826613a884fb0665 (diff)
Disable defmt, RTT, in flash algorithms
Typical users won't be able to decode the messages without the ELF, so there's little reason to include the log messages.
Diffstat (limited to 'imxrt1040evk/src')
-rw-r--r--imxrt1040evk/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/imxrt1040evk/src/main.rs b/imxrt1040evk/src/main.rs
index 87d76cf..f144213 100644
--- a/imxrt1040evk/src/main.rs
+++ b/imxrt1040evk/src/main.rs
@@ -1,7 +1,6 @@
#![no_std]
#![no_main]
-use defmt_rtt as _;
use panic_probe as _;
use imxrt1040evk::Algorithm;