Attempts to fix non-mic builds

This commit is contained in:
Ross Owen
2016-11-16 12:45:16 +00:00
parent ee80cd7e7f
commit ff8520af67

View File

@@ -1,5 +1,8 @@
#include "devicedefines.h"
#if (NUM_PDM_MICS > 0)
#include "mic_array_frame.h"
/* Deafult implementations of user_pdm_init() and user_pdm_process(). Both can be over-ridden */
@@ -22,3 +25,5 @@ void user_pdm_process(mic_array_frame_time_domain * audio, int output[])
return;
}
#endif