diff options
Diffstat (limited to 'apps/plugins/oscillograph.c')
| -rw-r--r-- | apps/plugins/oscillograph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/oscillograph.c b/apps/plugins/oscillograph.c index 1512e11..069ef44 100644 --- a/apps/plugins/oscillograph.c +++ b/apps/plugins/oscillograph.c @@ -20,7 +20,7 @@ #ifdef HAVE_LCD_BITMAP #ifndef SIMULATOR /* don't want this code in the simulator */ -#if CONFIG_HWCODEC != MASNONE /* only for MAS-targets */ +#if CONFIG_CODEC != SWCODEC /* only for MAS-targets */ /* The different drawing modes */ #define DRAW_MODE_FILLED 0 |