summaryrefslogtreecommitdiff
path: root/apps/plugins/oscilloscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r--apps/plugins/oscilloscope.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index cfb8330134..caa09a0ed4 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -23,6 +23,7 @@
23#include "plugin.h" 23#include "plugin.h"
24 24
25#ifdef HAVE_LCD_BITMAP /* and also not for the Player */ 25#ifdef HAVE_LCD_BITMAP /* and also not for the Player */
26#if CONFIG_HWCODEC != MASNONE /* only for MAS-targets */
26 27
27/* The different drawing modes */ 28/* The different drawing modes */
28#define DRAW_MODE_FILLED 0 29#define DRAW_MODE_FILLED 0
@@ -269,5 +270,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
269 cleanup(NULL); 270 cleanup(NULL);
270 return PLUGIN_OK; 271 return PLUGIN_OK;
271} 272}
272#endif 273#endif /* if using MAS */
273#endif 274#endif /* if HAVE_LCD_BITMAP */
275#endif /* SIMULATOR */