summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/i2c-s5l8702.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/i2c-s5l8702.h b/firmware/export/i2c-s5l8702.h
index aef0e536bf..f671e4059e 100644
--- a/firmware/export/i2c-s5l8702.h
+++ b/firmware/export/i2c-s5l8702.h
@@ -28,10 +28,8 @@ void i2c_init(void);
28int i2c_write(int bus, unsigned char slave, int address, int len, const unsigned char *data); 28int i2c_write(int bus, unsigned char slave, int address, int len, const unsigned char *data);
29int i2c_read(int bus, unsigned char slave, int address, int len, unsigned char *data); 29int i2c_read(int bus, unsigned char slave, int address, int len, unsigned char *data);
30 30
31#ifdef BOOTLOADER
32void i2c_preinit(int bus); 31void i2c_preinit(int bus);
33int i2c_wr(int bus, unsigned char slave, int address, int len, const unsigned char *data); 32int i2c_wr(int bus, unsigned char slave, int address, int len, const unsigned char *data);
34int i2c_rd(int bus, unsigned char slave, int address, int len, unsigned char *data); 33int i2c_rd(int bus, unsigned char slave, int address, int len, unsigned char *data);
35#endif
36 34
37#endif /* _I2C_S5l8702_H */ 35#endif /* _I2C_S5l8702_H */