forked from len0rd/rockbox
Wrong model check in the debug menu. Now the recording test is back on the H120/H140 models.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7099 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4b7c671f9
commit
b6242daf4d
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#include "ata_mmc.h"
|
||||
#endif
|
||||
#include "logfdisp.h"
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
|
||||
extern bool pcm_rec_screen(void);
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
|
|
@ -1568,7 +1568,7 @@ bool debug_menu(void)
|
|||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
{ "CPU frequency", dbg_cpufreq },
|
||||
#endif
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
|
||||
{ "PCM recording", pcm_rec_screen },
|
||||
#endif
|
||||
#if CONFIG_CPU == SH7034
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue