1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thomas Martitz 2010-06-21 17:26:50 +00:00
parent 637010541a
commit 4e26db3f35
2 changed files with 7 additions and 8 deletions

View file

@ -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"