From f7af9f6132d619d7858ab16c728309f013f8472c Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 1 Jul 2015 12:35:32 +0100 Subject: [PATCH] Fixed build fail due to bad endif placement --- module_usb_audio/audio.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/audio.xc b/module_usb_audio/audio.xc index 3c2e0fa4..fa45e105 100755 --- a/module_usb_audio/audio.xc +++ b/module_usb_audio/audio.xc @@ -244,8 +244,8 @@ static inline unsigned DoSampleTransfer(chanend c_out, int readBuffNo, unsigned #if(DSD_CHANS_DAC != 0) /* DSD Clock might not be shared with lrclk or bclk... */ p_dsd_clk <: 0; - } #endif + } #endif #if (DSD_CHANS_DAC > 0) if(dsdMode == DSD_MODE_DOP)