Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 9 Sep 2011 16:52:30 +0000 (16:52 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 9 Sep 2011 16:52:30 +0000 (16:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5044 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/drv/i2c_sam3.c

index 8330a7005d1bd439cd41a86074f06cd14b454fe5..333e76a3eb95443ae26c225043043d9e217efcec 100644 (file)
@@ -194,7 +194,7 @@ static void i2c_setClock(I2c *i2c, int clock)
        }
 
        ASSERT(ck_div < 8);
-       LOG_INFO("i2c: using CKDIV = %lu and CLDIV/CHDIV = %lu\n\n", ck_div, cl_div);
+       LOG_INFO("i2c: using CKDIV = %lu and CLDIV/CHDIV = %lu\n", ck_div, cl_div);
 
        HWREG(i2c->hw->base + TWI_CWGR_OFF) = 0;
        HWREG(i2c->hw->base + TWI_CWGR_OFF) = (ck_div << 16) | (cl_div << 8) | cl_div;