Files
foc/3rd/config.h
2025-11-17 15:48:49 +08:00

7 lines
138 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define DEBUG_ENABLED true
#define DEBUG_MT_ENABLED false
#define DEBUG_DFOC_ENABLED false
#endif