diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/fmradio_i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h index ac3095ebcd..0dc3889b08 100644 --- a/firmware/export/fmradio_i2c.h +++ b/firmware/export/fmradio_i2c.h @@ -22,6 +22,8 @@ #ifndef FMRADIO_I2C_H #define FMRADIO_I2C_H +#include <stdbool.h> + void fmradio_i2c_init(void); void fmradio_i2c_enable(bool enable); int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count); |