summaryrefslogtreecommitdiff
path: root/apps/plugins/oscillograph.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/oscillograph.c')
-rw-r--r--apps/plugins/oscillograph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/oscillograph.c b/apps/plugins/oscillograph.c
index 5beeb8891b..50e18e5a9f 100644
--- a/apps/plugins/oscillograph.c
+++ b/apps/plugins/oscillograph.c
@@ -20,6 +20,7 @@
20 20
21#ifdef HAVE_LCD_BITMAP 21#ifdef HAVE_LCD_BITMAP
22#ifndef SIMULATOR /* don't want this code in the simulator */ 22#ifndef SIMULATOR /* don't want this code in the simulator */
23#if CONFIG_HWCODEC != MASNONE /* only for MAS-targets */
23 24
24/* The different drawing modes */ 25/* The different drawing modes */
25#define DRAW_MODE_FILLED 0 26#define DRAW_MODE_FILLED 0
@@ -241,5 +242,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
241 return PLUGIN_OK; 242 return PLUGIN_OK;
242} 243}
243 244
245#endif /* if using MAS */
244#endif /* #ifndef SIMULATOR */ 246#endif /* #ifndef SIMULATOR */
245#endif 247#endif