From cad9e93a84d1f42777cf1c2a50f30f482b0d0a9e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 3 Aug 2022 16:01:56 -0700 Subject: src/gfx/i2c_acc.c: Convert from ISO-8859-1 to UTF-8 Signed-off-by: Alan Coopersmith --- src/gfx/i2c_acc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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. -- cgit v1.2.3