summaryrefslogtreecommitdiff
path: root/firmware/export/fmradio_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fmradio_i2c.h')
-rw-r--r--firmware/export/fmradio_i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h
index 5d1252768c..ac3095ebcd 100644
--- a/firmware/export/fmradio_i2c.h
+++ b/firmware/export/fmradio_i2c.h
@@ -23,6 +23,7 @@
23#define FMRADIO_I2C_H 23#define FMRADIO_I2C_H
24 24
25void fmradio_i2c_init(void); 25void fmradio_i2c_init(void);
26void fmradio_i2c_enable(bool enable);
26int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count); 27int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count);
27int fmradio_i2c_read(unsigned char address, unsigned char* buf, int count); 28int fmradio_i2c_read(unsigned char address, unsigned char* buf, int count);
28 29