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 e8fb25e555..43f8b897c3 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -261,7 +261,7 @@ struct plugin_api {
261#endif 261#endif
262 void (*plugin_tsr)(void (*exit_callback)(void)); 262 void (*plugin_tsr)(void (*exit_callback)(void));
263#if defined(DEBUG) || defined(SIMULATOR) 263#if defined(DEBUG) || defined(SIMULATOR)
264 void (*debugf)(char *fmt, ...); 264 void (*debugf)(const char *fmt, ...);
265#endif 265#endif
266 struct user_settings* global_settings; 266 struct user_settings* global_settings;
267 void (*backlight_set_timeout)(int index); 267 void (*backlight_set_timeout)(int index);