From 85f75e5104e67105d78eb3abd3a2020a6fcf7c85 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 23 Sep 2009 22:49:23 +0000 Subject: The metronome keymap is still not fixed for ondio, player and c200. Disable for release yet again Copied from r20425. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22816 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b9061ee74b..8fd1fa1996 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -35,8 +35,12 @@ pitch_detector.c #endif #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) + +/* button maps are broken on the following */ +#if !defined(SANSA_C200) && !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM) && !defined(ARCHOS_PLAYER) metronome.c #endif +#endif #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) wavplay.c -- cgit v1.2.3