Fixed up build issue due to lib_mic_array API change

This commit is contained in:
Ross Owen
2015-12-11 17:30:07 +00:00
parent dde563a63d
commit 6a76987b17

View File

@@ -59,7 +59,7 @@ void pdm_process(streaming chanend c_ds_output_0, streaming chanend c_ds_output_
while(1)
{
frame_audio * unsafe current = decimator_get_next_audio_frame(c_ds_output_0, c_ds_output_1, buffer, mic_audio);
frame_audio * unsafe current = decimator_get_next_audio_frame(c_ds_output_0, c_ds_output_1, buffer, mic_audio, 2);
unsafe
{