From bb095d45d5468354a38491e6d4cfb07aaf504cb8 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 28 May 2013 18:26:01 +0100 Subject: [PATCH] reinstate port starting as high. Was removed to allow calling from C --- module_usb_audio/ports/audioports.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/ports/audioports.xc b/module_usb_audio/ports/audioports.xc index 3ca1eae1..20bb3bb2 100644 --- a/module_usb_audio/ports/audioports.xc +++ b/module_usb_audio/ports/audioports.xc @@ -114,7 +114,7 @@ unsigned int divide) start_clock(clk_audio_bclk); /* bclk initial state needs to be high */ - //p_bclk <: 0xFFFFFFFF; + p_bclk <: 0xFFFFFFFF; /* Pause until output completes */ sync(p_bclk);