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 4f747ea2b1..08d0b603ac 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -226,7 +226,7 @@ struct plugin_api {
226 void (*lcd_set_invert_display)(bool yesno); 226 void (*lcd_set_invert_display)(bool yesno);
227#endif /* HAVE_LCD_INVERT */ 227#endif /* HAVE_LCD_INVERT */
228 228
229#ifdef HAVE_LCD_ENABLE 229#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR)
230 void (*lcd_set_enable_hook)(void (*enable_hook)(void)); 230 void (*lcd_set_enable_hook)(void (*enable_hook)(void));
231 struct event_queue *button_queue; 231 struct event_queue *button_queue;
232#endif 232#endif