Resolved build issue with CODEC_MASTER enabled

This commit is contained in:
Ross Owen
2015-01-06 15:31:40 +00:00
parent 7f8c3c6870
commit 55e7084df5
2 changed files with 4 additions and 5 deletions

View File

@@ -40,13 +40,8 @@ void ConfigAudioPortsWrapper(
#endif
#if (I2S_CHANS_DAC != 0) || (I2S_CHANS_ADC != 0)
#ifndef CODEC_MASTER
port p_lrclk,
port p_bclk,
#else
in port p_lrclk,
in port p_bclk,
#endif
#endif
unsigned int divide, unsigned int dsdMode)
{