summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index ca589d77b6..934def4434 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -24,7 +24,7 @@
24 24
25#include "plugin.h" 25#include "plugin.h"
26 26
27#if defined(HAVE_LCD_BITMAP) && (defined(HAVE_LCD_COLOR) || !defined(SIMULATOR)) 27#ifdef HAVE_LCD_BITMAP
28 28
29#ifndef HAVE_LCD_COLOR 29#ifndef HAVE_LCD_COLOR
30#include "gray.h" 30#include "gray.h"
@@ -336,4 +336,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
336 return ret; 336 return ret;
337} 337}
338 338
339#endif // HAVE_LCD_BITMAP && (HAVE_LCD_COLOR || !SIMULATOR) 339#endif /* HAVE_LCD_BITMAP */