forked from PAWPAW-Mirror/lib_xua
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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user