Files
foc_ccs/3rd/config.h

7 lines
137 B
C
Raw Normal View History

#ifndef CONFIG_H
#define CONFIG_H
#define DEBUG_ENABLED true
2025-11-17 21:31:48 +08:00
#define DEBUG_MT_ENABLED true
#define DEBUG_DFOC_ENABLED false
#endif