diff options
| author | Justin Heiner <jheiner@rockbox.org> | 2002-09-04 22:32:19 +0000 |
|---|---|---|
| committer | Justin Heiner <jheiner@rockbox.org> | 2002-09-04 22:32:19 +0000 |
| commit | e07a97ed00c18c53e4ddf64be11f71f10274fa65 (patch) | |
| tree | 491da68fff09dc2c2a892bfba437f9aba0311752 /apps/status.c | |
| parent | a425105b66b5d260ca364c29d6f244b78cbeaf44 (diff) | |
| download | rockbox-e07a97ed00c18c53e4ddf64be11f71f10274fa65.zip rockbox-e07a97ed00c18c53e4ddf64be11f71f10274fa65.tar.gz rockbox-e07a97ed00c18c53e4ddf64be11f71f10274fa65.tar.bz2 rockbox-e07a97ed00c18c53e4ddf64be11f71f10274fa65.tar.xz | |
Minor update to the last commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2176 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.c')
| -rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 2f57274..02dd637 100644 --- a/apps/status.c +++ b/apps/status.c @@ -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); |