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:
parent
7cdd0fe6ea
commit
173b611921
14 changed files with 297 additions and 865 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue