From 53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 7 Dec 2025 12:12:45 -0500 Subject: 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. --- imxrt1170evk/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'imxrt1170evk') 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; -- cgit v1.2.3