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:
parent
637010541a
commit
4e26db3f35
2 changed files with 7 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue