1
0
Fork 0
forked from len0rd/rockbox

Minor update to the last commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Justin Heiner 2002-09-04 22:32:19 +00:00
parent a425105b66
commit e07a97ed00

View file

@ -136,7 +136,7 @@ void status_draw(void)
battery_charge_step = 0;
break;
}
switch_tick = current_tick + HZ/2;
switch_tick = current_tick + (HZ/2);
}
} else {
lcd_icon(ICON_BATTERY, true);