From 10b12d989c8d275d51aef319fa64f20a2c5c0368 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 21 Mar 2009 14:14:47 +0000 Subject: [PATCH] The metronome keymap is still not fixed for ondio, player and c200. Disable for release yet again git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20425 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 4 ++++ manual/plugins/main.tex | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index d9ed9ac24f..d4f95dc5d1 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -32,8 +32,12 @@ rockbox_flash.c #ifndef OLYMPUS_MROBE_500 #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 diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 04ded681a3..01be7ef1a9 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -175,7 +175,8 @@ the associated file. Viewers are stored in the {\input{plugins/md5sum.tex}} -{\input{plugins/metronome.tex}} +\nopt{player,ondio,c200}{\input{plugins/metronome.tex} +} {\input{plugins/random_folder_advance_config.tex}}