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 ac9ddba055..21ec809f13 100644
--- a/firmware/export/i2c.h
+++ b/firmware/export/i2c.h
@@ -21,7 +21,7 @@
21#ifndef I2C_H 21#ifndef I2C_H
22#define I2C_H 22#define I2C_H
23 23
24extern void i2c_init(void); 24extern void i2c_init(void) INIT_ATTR;
25extern void i2c_begin(void); 25extern void i2c_begin(void);
26extern void i2c_end(void); 26extern void i2c_end(void);
27extern int i2c_write(int device, const unsigned char* buf, int count ); 27extern int i2c_write(int device, const unsigned char* buf, int count );