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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/fmradio_i2c.h b/firmware/export/fmradio_i2c.h
index b7007a80dd..6483594d04 100644
--- a/firmware/export/fmradio_i2c.h
+++ b/firmware/export/fmradio_i2c.h
@@ -20,7 +20,7 @@
20#ifndef FMRADIO_I2C_H 20#ifndef FMRADIO_I2C_H
21#define FMRADIO_I2C_H 21#define FMRADIO_I2C_H
22 22
23int fmradio_i2c_write(int address, const unsigned char* buf, int count); 23int fmradio_i2c_write(unsigned char address, const unsigned char* buf, int count);
24int fmradio_i2c_read(int address, unsigned char* buf, int count); 24int fmradio_i2c_read(unsigned char address, unsigned char* buf, int count);
25 25
26#endif 26#endif