summaryrefslogtreecommitdiff
path: root/firmware/export/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/i2c.h')
-rw-r--r--firmware/export/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/i2c.h b/firmware/export/i2c.h
index ed9a5e678d..ba694d0d3a 100644
--- a/firmware/export/i2c.h
+++ b/firmware/export/i2c.h
@@ -22,7 +22,7 @@
22extern void i2c_init(void); 22extern void i2c_init(void);
23extern void i2c_begin(void); 23extern void i2c_begin(void);
24extern void i2c_end(void); 24extern void i2c_end(void);
25extern int i2c_write(int device, unsigned char* buf, int count ); 25extern int i2c_write(int device, const unsigned char* buf, int count );
26extern int i2c_read(int device, unsigned char* buf, int count ); 26extern int i2c_read(int device, unsigned char* buf, int count );
27extern int i2c_readmem(int device, int address, unsigned char* buf, int count ); 27extern int i2c_readmem(int device, int address, unsigned char* buf, int count );
28extern void i2c_outb(unsigned char byte); 28extern void i2c_outb(unsigned char byte);