forked from PAWPAW-Mirror/lib_xua
PDM build fix
This commit is contained in:
@@ -429,7 +429,9 @@ void usb_audio_io(chanend ?c_aud_in, chanend ?c_adc,
|
|||||||
, server interface i_dfu ?dfuInterface
|
, server interface i_dfu ?dfuInterface
|
||||||
#endif
|
#endif
|
||||||
#if (NUM_PDM_MICS > 0)
|
#if (NUM_PDM_MICS > 0)
|
||||||
|
#if (PDM_TILE == AUDIO_IO_TILE)
|
||||||
, streaming chanend c_ds_output[2]
|
, streaming chanend c_ds_output[2]
|
||||||
|
#endif
|
||||||
, chanend c_pdm_pcm
|
, chanend c_pdm_pcm
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
@@ -625,7 +627,9 @@ int main()
|
|||||||
, dfuInterface
|
, dfuInterface
|
||||||
#endif
|
#endif
|
||||||
#if (NUM_PDM_MICS > 0)
|
#if (NUM_PDM_MICS > 0)
|
||||||
, c_ds_output
|
#if (PDM_TILE == AUDIO_IO_TILE)
|
||||||
|
, c_ds_output[2]
|
||||||
|
#endif
|
||||||
, c_pdm_pcm
|
, c_pdm_pcm
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user