Add missing constant

This commit is contained in:
Michael Banther
2019-11-18 13:08:44 +00:00
parent 9674ae3328
commit f91728485c

View File

@@ -21,5 +21,6 @@
#define PID_AUDIO_1 1
#define PID_AUDIO_2 2
#define XUA_DFU_EN 0 /* Disable DFU (for simplicity of example */
#define MIC_DUAL_ENABLED 0 // Use multiple thread
#endif