diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index f8e84f8..92f1d4e 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -201,7 +201,7 @@ struct plugin_api { void (*backlight_on)(void); void (*backlight_off)(void); void (*backlight_set_timeout)(int index); - void (*splash)(int ticks, bool center, const char *fmt, ...); + void (*splash)(int ticks, bool center, const unsigned char *fmt, ...); #ifdef HAVE_REMOTE_LCD /* remote lcd */ |