diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-12 11:55:51 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-12 11:56:47 +0000 |
commit | 16a32c576c3c8a6d1ab375a4f1f4c4c0595f49ee (patch) | |
tree | 4495d714fe51aed998a2165b0887211265614e51 | |
parent | 7e5fc4076aa82ad329aad280e938cdffbb0422e8 (diff) | |
download | rockbox-16a32c576c.tar.gz rockbox-16a32c576c.zip |
Fix red in 7e5fc4076a
Change-Id: I1704ea0de243bff05262556723daea5b3531558b
-rw-r--r-- | firmware/export/i2c.h | 2 |
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); |