summaryrefslogtreecommitdiff
path: root/firmware/export/i2c-pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/i2c-pp.h')
-rw-r--r--firmware/export/i2c-pp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/i2c-pp.h b/firmware/export/i2c-pp.h
index 230b6bbdc9..55e84b65a4 100644
--- a/firmware/export/i2c-pp.h
+++ b/firmware/export/i2c-pp.h
@@ -52,7 +52,6 @@
52void i2c_lock(void); 52void i2c_lock(void);
53void i2c_unlock(void); 53void i2c_unlock(void);
54 54
55void i2c_init(void);
56int i2c_readbyte(unsigned int dev_addr, int addr); 55int i2c_readbyte(unsigned int dev_addr, int addr);
57int pp_i2c_send(unsigned int addr, int data0, int data1); 56int pp_i2c_send(unsigned int addr, int data0, int data1);
58int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data); 57int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data);