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, 2 insertions, 0 deletions
diff --git a/firmware/export/i2c.h b/firmware/export/i2c.h
index 21ec809f13..08562b198c 100644
--- a/firmware/export/i2c.h
+++ b/firmware/export/i2c.h
@@ -21,6 +21,8 @@
21#ifndef I2C_H 21#ifndef I2C_H
22#define I2C_H 22#define I2C_H
23 23
24#include "config.h"
25
24extern void i2c_init(void) INIT_ATTR; 26extern void i2c_init(void) INIT_ATTR;
25extern void i2c_begin(void); 27extern void i2c_begin(void);
26extern void i2c_end(void); 28extern void i2c_end(void);