xpd: Cleaned up whitespace

This commit is contained in:
Ross Owen
2014-03-28 14:56:42 +00:00
parent b229f372f8
commit 125d4e6eb1
2 changed files with 17 additions and 17 deletions

View File

@@ -55,11 +55,11 @@ unsigned int divide, unsigned int dsdMode)
{
/* Ensure dsd clock is on in all modes since I2S mode sets it low on exit
* to avoid stop_clock() potentially pausing forever. If this is not done
* an exception will be raised with audio() attempts to set this port low
* an exception will be raised with audio() attempts to set this port low
*/
/* TODO Do we really need to do this on every SF change? Once is probably enough */
EnableBufferedPort(p_dsd_clk, 32);
if(dsdMode)
{
/* Make sure the ports are on and buffered - just in case they are not shared with I2S */