forked from PAWPAW-Mirror/lib_xua
Improved build error for >48000 when PDM used.
This commit is contained in:
@@ -85,7 +85,7 @@ void pdm_process(streaming chanend c_ds_output_0, streaming chanend c_ds_output_
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if MAX_FREQ > 48000
|
#if MAX_FREQ > 48000
|
||||||
#error NOT CURRENTLY SUPPORTED
|
#error MAX_FREQ > 48000 NOT CURRENTLY SUPPORTED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void pcm_pdm_mic(chanend c_pcm_out)
|
void pcm_pdm_mic(chanend c_pcm_out)
|
||||||
|
|||||||
Reference in New Issue
Block a user