chenlh
2025-11-13 123d3197c6d91a64931cb19dc669736b6ae5a35c
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