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
|
@ -259,7 +259,7 @@ static void button_tick(void)
|
|||
{
|
||||
backlight_on();
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
button_backlight_on();
|
||||
buttonlight_on();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue