forked from len0rd/rockbox
Name all button light functions and variables consistently starting with buttonlight_ .
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0464c36bdc
commit
5f1ec307db
14 changed files with 51 additions and 51 deletions
|
@ -713,7 +713,7 @@ void settings_apply(void)
|
|||
buttonlight_set_brightness(global_settings.buttonlight_brightness);
|
||||
#endif
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
button_backlight_set_timeout(global_settings.button_light_timeout);
|
||||
buttonlight_set_timeout(global_settings.buttonlight_timeout);
|
||||
#endif
|
||||
#ifndef HAVE_FLASH_STORAGE
|
||||
ata_spindown(global_settings.disk_spindown);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue