Removed PDM_PCM_IN define (replaced with check for NUM_PDM_MICS > 0). Also use of PDM_TILE on pcm_pdm_mic() task call.

This commit is contained in:
Ross Owen
2015-10-29 20:45:07 +00:00
parent 2d81bdc7c1
commit 11c43920ee
3 changed files with 12 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ void audio(chanend c_in,
#if (XUD_TILE != 0)
, server interface i_dfu dfuInterface
#endif
#ifdef PDM_PCM_IN
#if (NUM_PDM_MICS > 0)
, chanend c_pdm_in
#endif
);