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/debugger_i.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/longan/brandy/arisc/ar100s/system/debugger/debugger_i.h b/longan/brandy/arisc/ar100s/system/debugger/debugger_i.h index 20e5c66..30eda01 100644 --- a/longan/brandy/arisc/ar100s/system/debugger/debugger_i.h +++ b/longan/brandy/arisc/ar100s/system/debugger/debugger_i.h @@ -21,8 +21,10 @@ #include "include.h" +#ifdef CFG_DEBUGGER_PRINTF static s32 print_align(char *string, s32 len, s32 align); static s32 print_current_time(void); +#endif #endif /* __DEBUGGER_I_H__ */ -- Gitblit v1.6.2