diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index e940d24..a249a9b 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1126,7 +1126,7 @@ static bool view_battery(void) lcd_puts(0, line++, "T Battery: ?"); } -#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) +#elif defined(HAVE_AS3514) && defined(CONFIG_CHARGING) static const char * const chrgstate_strings[] = { [CHARGE_STATE_DISABLED - CHARGE_STATE_DISABLED]= "Disabled", |