From 16a32c576c3c8a6d1ab375a4f1f4c4c0595f49ee Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Thu, 12 Jan 2023 11:55:51 +0000 Subject: Fix red in 7e5fc4076a Change-Id: I1704ea0de243bff05262556723daea5b3531558b --- firmware/export/i2c.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit