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:
parent
a425105b66
commit
e07a97ed00
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue