huangcm
2025-07-03 a76b2fadf6ad4adf86e241e3753a63efe03ef80c
longan/brandy/arisc/ar100s/system/debugger/debugger_i.h
....@@ -21,8 +21,10 @@
2121
2222 #include "include.h"
2323
24
+#ifdef CFG_DEBUGGER_PRINTF
2425 static s32 print_align(char *string, s32 len, s32 align);
2526 static s32 print_current_time(void);
27
+#endif
2628
2729
2830 #endif /* __DEBUGGER_I_H__ */