inc/config.h
@@ -1,7 +1,7 @@ //#ifndef CORE_CONFIG_H_ //#define CORE_CONFIG_H_ //#pragma once #pragma once #include "../drv/board.h" @@ -21,6 +21,12 @@ #define LEVEL_REPORT_TIME(x) \ (x*SAMPLE_RATE/(1000*SAMPLE_NUM)) //#define DEBUG #ifdef DEBUG #define dbg_printf printf #else #define dbg_printf #endif //#endif