summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 2f57274e60..02dd6376eb 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -136,7 +136,7 @@ void status_draw(void)
136 battery_charge_step = 0; 136 battery_charge_step = 0;
137 break; 137 break;
138 } 138 }
139 switch_tick = current_tick + HZ/2; 139 switch_tick = current_tick + (HZ/2);
140 } 140 }
141 } else { 141 } else {
142 lcd_icon(ICON_BATTERY, true); 142 lcd_icon(ICON_BATTERY, true);