forked from len0rd/rockbox
Hrmph. That was just weird to do that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89b53bfdaa
commit
0149264bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ void clickwheel_int(void)
|
|||
{
|
||||
/* poke backlight to turn it on or maintain it no more often
|
||||
than every 1/4 second*/
|
||||
next_backlight_on = current_tick + 1000000/4;
|
||||
next_backlight_on = current_tick + HZ/4;
|
||||
backlight_on();
|
||||
button_backlight_on();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue