1
0
Fork 0
forked from len0rd/rockbox

Enabled button light for Sansa C200

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14856 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2007-09-25 20:24:38 +00:00
parent d55f1b73df
commit 1bf813d682
3 changed files with 9 additions and 1 deletions

View file

@ -256,7 +256,12 @@ static void button_tick(void)
remote_backlight_on();
else
#endif
{
backlight_on();
#ifdef HAVE_BUTTON_LIGHT
button_backlight_on();
#endif
}
reset_poweroff_timer();
}