From 08cef3632ff59b87fcae4af71b9f7eb087a16c4c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 28 三月 2025 09:41:35 +0800 Subject: [PATCH] 去掉nrtip跟trace on 省了22k左右空间 --- user_config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/user_config.h b/user_config.h index 2bc8a7b..2cd866a 100644 --- a/user_config.h +++ b/user_config.h @@ -57,7 +57,7 @@ /* =========================================================================================================================== */ /** Enable trace output */ -#define TRACE_EN (1) +#define TRACE_EN (0) /** Enable exception reboot */ #ifndef TRACE_REBOOT_EN -- Gitblit v1.9.3