diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-06-21 17:26:50 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-06-21 17:26:50 +0000 |
commit | 4e26db3f35568e93fc3d2857a083d2889b7959c6 (patch) | |
tree | 63732364b9ce9334f210cf4790f5ca10822a16b8 /apps/recorder/peakmeter.c | |
parent | 637010541af5677acc676e8c770d07cc8a3187dd (diff) |
I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmeter.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27022 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/peakmeter.c')
-rw-r--r-- | apps/recorder/peakmeter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c index 9e93638717..2450559b8d 100644 --- a/apps/recorder/peakmeter.c +++ b/apps/recorder/peakmeter.c @@ -18,10 +18,10 @@ * KIND, either express or implied. * ****************************************************************************/ +#include "config.h" #if defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC) #include <stdlib.h> /* sim uses rand for peakmeter simulation */ #endif -#include "config.h" #include "mas.h" #include "thread.h" #include "kernel.h" |