forked from len0rd/rockbox
Disable backlight in the bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f381854cf
commit
713db304bc
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
#include "lcd-remote.h"
|
#include "lcd-remote.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BACKLIGHT
|
#if defined(CONFIG_BACKLIGHT) && !defined(BOOTLOADER)
|
||||||
|
|
||||||
const char backlight_timeout_value[19] =
|
const char backlight_timeout_value[19] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue