summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 13c829805f..86e5c51128 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -133,7 +133,7 @@ static const struct plugin_api rockbox_api = {
133#ifdef HAVE_LCD_INVERT 133#ifdef HAVE_LCD_INVERT
134 lcd_set_invert_display, 134 lcd_set_invert_display,
135#endif /* HAVE_LCD_INVERT */ 135#endif /* HAVE_LCD_INVERT */
136#ifdef HAVE_LCD_ENABLE 136#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR)
137 lcd_set_enable_hook, 137 lcd_set_enable_hook,
138 &button_queue, 138 &button_queue,
139#endif 139#endif