diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-03 16:01:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-03 16:01:56 -0700 |
commit | cad9e93a84d1f42777cf1c2a50f30f482b0d0a9e (patch) | |
tree | 996ca1d08af125f0d987fd4e4cdc438987e898c5 /src/gfx/i2c_acc.c | |
parent | a8afaf6e7e3f75a6364063138ed29ea0fadf1019 (diff) |
src/gfx/i2c_acc.c: Convert from ISO-8859-1 to UTF-8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/gfx/i2c_acc.c')
-rw-r--r-- | src/gfx/i2c_acc.c | 6 |
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. |