summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 772e93229f..571ab09ce5 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -820,7 +820,7 @@ bool view_battery(void)
820 snprintf(buf, 30, "resulting act.lev: %d%%", battery_level()); 820 snprintf(buf, 30, "resulting act.lev: %d%%", battery_level());
821 lcd_puts(0, 5, buf); 821 lcd_puts(0, 5, buf);
822 822
823 snprintf(buf, 30, "Est. remaining: %d m", powermgmt_est_runningtime_min); 823 snprintf(buf, 30, "Est. remaining: %d m", battery_time());
824 lcd_puts(0, 6, buf); 824 lcd_puts(0, 6, buf);
825 825
826#ifdef HAVE_CHARGE_CTRL 826#ifdef HAVE_CHARGE_CTRL