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 b3db0a9d20..c3e5a5b714 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -516,7 +516,7 @@ struct plugin_api {
516 void (*function)(bool)); 516 void (*function)(bool));
517 bool (*set_int)(const unsigned char* string, const char* unit, int voice_unit, 517 bool (*set_int)(const unsigned char* string, const char* unit, int voice_unit,
518 int* variable, void (*function)(int), int step, int min, 518 int* variable, void (*function)(int), int step, int min,
519 int max, void (*formatter)(char*, int, int, const char*) ); 519 int max, void (*formatter)(char*, size_t, int, const char*) );
520 bool (*set_bool)(const char* string, bool* variable ); 520 bool (*set_bool)(const char* string, bool* variable );
521 521
522#ifdef HAVE_LCD_COLOR 522#ifdef HAVE_LCD_COLOR