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 e16959681c..c0e04a2068 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -205,7 +205,7 @@ struct plugin_api {
205 void (*backlight_on)(void); 205 void (*backlight_on)(void);
206 void (*backlight_off)(void); 206 void (*backlight_off)(void);
207 void (*backlight_set_timeout)(int index); 207 void (*backlight_set_timeout)(int index);
208 void (*splash)(int ticks, bool center, const unsigned char *fmt, ...); 208 void (*splash)(int ticks, const unsigned char *fmt, ...);
209 209
210#ifdef HAVE_REMOTE_LCD 210#ifdef HAVE_REMOTE_LCD
211 /* remote lcd */ 211 /* remote lcd */