Files
foc/3rd/config.h

7 lines
138 B
C
Raw Permalink Normal View History

#ifndef CONFIG_H
#define CONFIG_H
2025-11-17 15:48:49 +08:00
#define DEBUG_ENABLED true
#define DEBUG_MT_ENABLED false
2025-11-17 10:13:18 +08:00
#define DEBUG_DFOC_ENABLED false
#endif