summaryrefslogtreecommitdiff
path: root/firmware/drivers/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/i2c.c')
-rw-r--r--firmware/drivers/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/i2c.c b/firmware/drivers/i2c.c
index 24ad77495d..2fc53d579f 100644
--- a/firmware/drivers/i2c.c
+++ b/firmware/drivers/i2c.c
@@ -198,7 +198,7 @@ unsigned char i2c_inb(int ack)
198 return byte; 198 return byte;
199} 199}
200 200
201int i2c_write(int address, unsigned char* buf, int count ) 201int i2c_write(int address, const unsigned char* buf, int count )
202{ 202{
203 int i,x=0; 203 int i,x=0;
204 204