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 896565e9a0..ed34d9ac19 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -131,7 +131,7 @@ struct plugin_api {
131 void (*lcd_putc)(int x, int y, unsigned short ch); 131 void (*lcd_putc)(int x, int y, unsigned short ch);
132 void (*lcd_put_cursor)(int x, int y, char cursor_char); 132 void (*lcd_put_cursor)(int x, int y, char cursor_char);
133 void (*lcd_remove_cursor)(void); 133 void (*lcd_remove_cursor)(void);
134 void (*lcd_icon)(int icon, bool enable); 134 void (*PREFIX(lcd_icon))(int icon, bool enable);
135#else 135#else
136 void (*lcd_putsxy)(int x, int y, const unsigned char *string); 136 void (*lcd_putsxy)(int x, int y, const unsigned char *string);
137 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style); 137 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style);