diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-04 09:38:12 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-04 09:38:12 +0000 |
| commit | 1ca931d17004267892ca29b3ceb63381601df6aa (patch) | |
| tree | 27aa1868e95e10225764a8ea4edabf93baede9e9 | |
| parent | 68482bbed286981a5ef09a466620e459790c96e6 (diff) | |
| download | rockbox-1ca931d17004267892ca29b3ceb63381601df6aa.zip rockbox-1ca931d17004267892ca29b3ceb63381601df6aa.tar.gz rockbox-1ca931d17004267892ca29b3ceb63381601df6aa.tar.bz2 rockbox-1ca931d17004267892ca29b3ceb63381601df6aa.tar.xz | |
Oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6244 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/sound_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c index 68c959a..28d2223 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -38,7 +38,7 @@ #include "talk.h" #include "misc.h" #include "sound.h" -#if CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F +#if CONFIG_HWCODEC == MAS3587F #include "peakmeter.h" #include "mas.h" #endif @@ -471,7 +471,7 @@ static char* create_thres_str(int threshold) } #endif -#if !defined(SIMULATOR) && (CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F) +#if !defined(SIMULATOR) && CONFIG_HWCODEC == MAS3587F #define INF_DB (-89) static void change_threshold(int *threshold, int change) { |