update log switch
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user