From db9e2bc353f3280c3545d999eba8738fda09ac17 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 17 Sep 2012 15:28:16 +0100 Subject: [PATCH] Change to new CODEC_MASTER define --- module_usb_audio/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index b40ed91c..0ada8522 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -87,7 +87,7 @@ on stdcore[0] : buffered in port:32 p_i2s_adc[I2S_WIRES_ADC] = #define AUDIO_IO_CORE 0 #endif -#if CODEC_SLAVE == 1 +#ifndef CODEC_MASTER on stdcore[AUDIO_IO_CORE] : buffered out port:32 p_lrclk = PORT_I2S_LRCLK; on stdcore[AUDIO_IO_CORE] : buffered out port:32 p_bclk = PORT_I2S_BCLK; #else