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 e940d24fb0..a249a9be9a 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1126,7 +1126,7 @@ static bool view_battery(void)
1126 lcd_puts(0, line++, "T Battery: ?"); 1126 lcd_puts(0, line++, "T Battery: ?");
1127 } 1127 }
1128 1128
1129#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) 1129#elif defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
1130 static const char * const chrgstate_strings[] = 1130 static const char * const chrgstate_strings[] =
1131 { 1131 {
1132 [CHARGE_STATE_DISABLED - CHARGE_STATE_DISABLED]= "Disabled", 1132 [CHARGE_STATE_DISABLED - CHARGE_STATE_DISABLED]= "Disabled",