forked from len0rd/rockbox
display error/boot messages in the sansa bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
77771b0a43
commit
ab75d0eaae
1 changed files with 4 additions and 0 deletions
|
@ -27,7 +27,11 @@ static bool backlight_is_on = false;
|
|||
|
||||
int __backlight_is_on(void)
|
||||
{
|
||||
#ifdef BOOTLOADER
|
||||
return (int)true;
|
||||
#else
|
||||
return (int)backlight_is_on;
|
||||
#endif
|
||||
}
|
||||
|
||||
void __backlight_set_brightness(int brightness)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue