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
This commit is contained in:
Thomas Martitz 2009-09-23 22:49:23 +00:00
parent 6ed01374a2
commit 85f75e5104

View file

@ -35,8 +35,12 @@ pitch_detector.c
#endif #endif
#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) #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 metronome.c
#endif #endif
#endif
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
wavplay.c wavplay.c