summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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 9d449d78b9..a27ea50fad 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1411,7 +1411,7 @@ static bool view_battery(void)
1411 snprintf(buf, 30, "External: %d.%02d V", y / 100, y % 100); 1411 snprintf(buf, 30, "External: %d.%02d V", y / 100, y % 100);
1412 lcd_puts(0, 2, buf); 1412 lcd_puts(0, 2, buf);
1413#endif 1413#endif
1414#ifdef CONFIG_CHARGING 1414#if CONFIG_CHARGING
1415#if CONFIG_CHARGING == CHARGING_CONTROL 1415#if CONFIG_CHARGING == CHARGING_CONTROL
1416 snprintf(buf, 30, "Chgr: %s %s", 1416 snprintf(buf, 30, "Chgr: %s %s",
1417 charger_inserted() ? "present" : "absent", 1417 charger_inserted() ? "present" : "absent",