update log switch

This commit is contained in:
Steven Dan
2026-04-29 16:20:40 +08:00
parent 7f0eb6b691
commit f9ee4b7523

View File

@@ -15,7 +15,12 @@ extern void device_reboot(void);
// 常量定义
#define EQ_DISABLED_MODE 10 // 禁用EQ的模式编号
#if DEBUG_MEMORY_LOG_ENABLED
unsigned g_log_switch = 1;
#else
unsigned g_log_switch = 0;
#endif
#include "xmath/filter.h"
#include "eq.h"