1
0
Fork 0
forked from len0rd/rockbox

Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-05-07 19:34:34 +00:00
parent 7cdd0fe6ea
commit 173b611921
14 changed files with 297 additions and 865 deletions

View file

@ -124,8 +124,7 @@ void button_backlight_set_timeout(int index)
else if (index == 1) /* on */
button_backlight_on();
if (button_backlight_timer)
button_backlight_timer = button_backlight_timeout;
button_backlight_timer = button_backlight_timeout;
}
/* internal interface */