7 lines
155 B
C
7 lines
155 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define DEBUG_ENABLED true
|
|
#define DEBUG_MT_ENABLED false
|
|
#define DEBUG_DFOC false
|
|
#endif /* ti_msp_dl_config_h */ |