summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2022-12-04 12:17:00 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2022-12-04 12:17:00 +0100
commit67bc888f643a4fadf41a982153825ea2f3d8195f (patch)
treef7f83ea789871b42434eed0b7e0992177c790105 /src
parentd83cf3635d9397f1dd092608276c7072ed39dd91 (diff)
parentcad9e93a84d1f42777cf1c2a50f30f482b0d0a9e (diff)
Merge remote-tracking branch 'origin/master' into obsd
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.