Improved build error for >48000 when PDM used.

This commit is contained in:
Ross Owen
2015-12-02 15:07:15 +00:00
parent f75ac6a38e
commit dcd42ecd14

View File

@@ -85,7 +85,7 @@ void pdm_process(streaming chanend c_ds_output_0, streaming chanend c_ds_output_
}
#if MAX_FREQ > 48000
#error NOT CURRENTLY SUPPORTED
#error MAX_FREQ > 48000 NOT CURRENTLY SUPPORTED
#endif
void pcm_pdm_mic(chanend c_pcm_out)