summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gfx/i2c_acc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gfx/i2c_acc.c b/src/gfx/i2c_acc.c
index f6a0b2f..90aac13 100644
--- a/src/gfx/i2c_acc.c
+++ b/src/gfx/i2c_acc.c
@@ -187,9 +187,9 @@ sio_read_reg(unsigned char reg)
* gfx_i2c_reset
*
* This routine resets the I2C bus as follows :
- * · Sets the base address of the ACCESS.bus
- * · Sets the frequency of the ACCESS.bus
- * · Resets the ACCESS.bus
+ * · Sets the base address of the ACCESS.bus
+ * · Sets the frequency of the ACCESS.bus
+ * · Resets the ACCESS.bus
*
* If 'adr' is -1 the address is read from the hardware.
* If 'freq' is -1 the frequency is set to 56 clock cycles.