From a76b2fadf6ad4adf86e241e3753a63efe03ef80c Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Thu, 03 Jul 2025 02:49:16 +0000 Subject: [PATCH] feat(fix): close ar100s uart7 debug --- longan/brandy/arisc/ar100s/system/debugger/Kconfig | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/longan/brandy/arisc/ar100s/system/debugger/Kconfig b/longan/brandy/arisc/ar100s/system/debugger/Kconfig index 9f5400f..3eb806b 100644 --- a/longan/brandy/arisc/ar100s/system/debugger/Kconfig +++ b/longan/brandy/arisc/ar100s/system/debugger/Kconfig @@ -5,21 +5,21 @@ config DEBUGGER_PRINTF bool "debugger printf support" - default y + default n if DEBUGGER_PRINTF config DEBUG_ERR bool "err debug support" - default y + default n config DEBUG_LOG bool "log debug support" - default y + default n config DEBUG_WRN bool "warn debug support" - default y + default n config DEBUG_INF bool "inf debug support" -- Gitblit v1.6.2