summaryrefslogtreecommitdiffstats
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 @@
#ifndef I2C_H
#define I2C_H
+#include "config.h"
+
extern void i2c_init(void) INIT_ATTR;
extern void i2c_begin(void);
extern void i2c_end(void);