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. --- imxrt1010evk/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'imxrt1010evk/src/main.rs') diff --git a/imxrt1010evk/src/main.rs b/imxrt1010evk/src/main.rs index c1c715d..0d0ad80 100644 --- a/imxrt1010evk/src/main.rs +++ b/imxrt1010evk/src/main.rs @@ -1,7 +1,6 @@ #![no_std] #![no_main] -use defmt_rtt as _; use panic_probe as _; use imxrt1010evk::Algorithm; -- cgit v1.2.3