summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lamp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c
index 335bea55eb..70094da3f9 100644
--- a/apps/plugins/lamp.c
+++ b/apps/plugins/lamp.c
@@ -27,7 +27,6 @@
27 27
28PLUGIN_HEADER 28PLUGIN_HEADER
29 29
30#if defined(HAVE_BACKLIGHT)
31/* variable button definitions - only targets with a colour display */ 30/* variable button definitions - only targets with a colour display */
32#if defined(HAVE_LCD_COLOR) 31#if defined(HAVE_LCD_COLOR)
33#if (CONFIG_KEYPAD == IRIVER_H300_PAD) 32#if (CONFIG_KEYPAD == IRIVER_H300_PAD)
@@ -241,4 +240,4 @@ enum plugin_status plugin_start(const void* parameter)
241#endif 240#endif
242 return PLUGIN_OK; 241 return PLUGIN_OK;
243} 242}
244#endif 243