1
0
Fork 0
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:
Michael Sevakis 2007-08-06 13:01:40 +00:00
parent 89b53bfdaa
commit 0149264bf1

View file

@ -193,7 +193,7 @@ void clickwheel_int(void)
{ {
/* poke backlight to turn it on or maintain it no more often /* poke backlight to turn it on or maintain it no more often
than every 1/4 second*/ than every 1/4 second*/
next_backlight_on = current_tick + 1000000/4; next_backlight_on = current_tick + HZ/4;
backlight_on(); backlight_on();
button_backlight_on(); button_backlight_on();
} }