mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 15:56:18 -04:00
disable metronome for c200, player and ondio since it doesn't work (also disable it in the manual for those)
don't include md5sum in the manual git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4081bbe50a
commit
4441482abd
2 changed files with 6 additions and 3 deletions
|
|
@ -32,8 +32,12 @@ jpeg.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue