summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 461966e8bd..d332a0d004 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -555,7 +555,7 @@ struct plugin_api {
555 int (*mas_codec_readreg)(int reg); 555 int (*mas_codec_readreg)(int reg);
556 void (*i2c_begin)(void); 556 void (*i2c_begin)(void);
557 void (*i2c_end)(void); 557 void (*i2c_end)(void);
558 int (*i2c_write)(int address, unsigned char* buf, int count ); 558 int (*i2c_write)(int address, const unsigned char* buf, int count );
559#endif 559#endif
560#endif 560#endif
561 561