aboutsummaryrefslogtreecommitdiff
path: root/imxrt1170evk
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 /imxrt1170evk
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 'imxrt1170evk')
-rw-r--r--imxrt1170evk/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/imxrt1170evk/src/main.rs b/imxrt1170evk/src/main.rs
index 4d7a55c..05e3a68 100644
--- a/imxrt1170evk/src/main.rs
+++ b/imxrt1170evk/src/main.rs
@@ -1,7 +1,6 @@
#![no_std]
#![no_main]
-use defmt_rtt as _;
use panic_probe as _;
use imxrt1170evk::Algorithm;