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

@ -259,7 +259,7 @@ static void button_tick(void)
{
backlight_on();
#ifdef HAVE_BUTTON_LIGHT
button_backlight_on();
buttonlight_on();
#endif
}