summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/fmradio_i2c.h2
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 @@
22#ifndef FMRADIO_I2C_H 22#ifndef FMRADIO_I2C_H
23#define FMRADIO_I2C_H 23#define FMRADIO_I2C_H
24 24
25#include <stdbool.h>
26
25void fmradio_i2c_init(void); 27void fmradio_i2c_init(void);
26void fmradio_i2c_enable(bool enable); 28void fmradio_i2c_enable(bool enable);
27int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count); 29int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count);