diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/metronome.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c index d2608d3..92dc0e3 100644 --- a/apps/plugins/metronome.c +++ b/apps/plugins/metronome.c @@ -18,7 +18,8 @@ ****************************************************************************/ #include "plugin.h" -#ifndef SIMULATOR +#if !defined(SIMULATOR) && (CONFIG_HWCODEC != MASNONE) +/* only do this for targets with MAS */ /* variable button definitions */ #if CONFIG_KEYPAD == RECORDER_PAD |