summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 08:35:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 08:35:52 +0000
commit4a93acc735d9cabead7edfbff8bfbd7d4fcc92e1 (patch)
tree31687d1abf8b7f4f34313a75cc1d2504809db11e
parentbc45e628a152c1c8f55827666b140e784087b3aa (diff)
downloadrockbox-4a93acc735d9cabead7edfbff8bfbd7d4fcc92e1.tar.gz
rockbox-4a93acc735d9cabead7edfbff8bfbd7d4fcc92e1.zip
MAS-specific plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5774 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/metronome.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c
index d2608d38a8..92dc0e37f1 100644
--- a/apps/plugins/metronome.c
+++ b/apps/plugins/metronome.c
@@ -18,7 +18,8 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "plugin.h" 19#include "plugin.h"
20 20
21#ifndef SIMULATOR 21#if !defined(SIMULATOR) && (CONFIG_HWCODEC != MASNONE)
22/* only do this for targets with MAS */
22 23
23/* variable button definitions */ 24/* variable button definitions */
24#if CONFIG_KEYPAD == RECORDER_PAD 25#if CONFIG_KEYPAD == RECORDER_PAD