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}}