1
0
Fork 0
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:
Jens Arnold 2007-10-07 15:02:02 +00:00
parent 0464c36bdc
commit 5f1ec307db
14 changed files with 51 additions and 51 deletions

View file

@ -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);