summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-09-23 22:49:23 +0000
committerThomas Martitz <kugel@rockbox.org>2009-09-23 22:49:23 +0000
commit85f75e5104e67105d78eb3abd3a2020a6fcf7c85 (patch)
treee303a66e8094261c619d7adeea5fff2022eb566a /apps
parent6ed01374a20b922ce51aa36a3f7b22206a5d8e70 (diff)
downloadrockbox-85f75e5104e67105d78eb3abd3a2020a6fcf7c85.tar.gz
rockbox-85f75e5104e67105d78eb3abd3a2020a6fcf7c85.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
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
35#endif 35#endif
36 36
37#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) 37#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
38
39/* button maps are broken on the following */
40#if !defined(SANSA_C200) && !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM) && !defined(ARCHOS_PLAYER)
38metronome.c 41metronome.c
39#endif 42#endif
43#endif
40 44
41#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) 45#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
42wavplay.c 46wavplay.c