diff options
Diffstat (limited to 'firmware/export/i2c.h')
-rw-r--r-- | firmware/export/i2c.h | 2 |
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 @@ #ifndef I2C_H #define I2C_H -extern void i2c_init(void); +extern void i2c_init(void) INIT_ATTR; extern void i2c_begin(void); extern void i2c_end(void); extern int i2c_write(int device, const unsigned char* buf, int count ); |