summaryrefslogtreecommitdiff
path: root/common/lp5562_battery_led.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/lp5562_battery_led.c')
-rw-r--r--common/lp5562_battery_led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lp5562_battery_led.c b/common/lp5562_battery_led.c
index 6d038e3d0e..56f41709df 100644
--- a/common/lp5562_battery_led.c
+++ b/common/lp5562_battery_led.c
@@ -196,7 +196,7 @@ static void battery_led_update(void)
/* Discharging with AC, must be battery assist */
state = LED_STATE_BREATHING;
break;
- case ST_REINIT:
+ case ST_IDLE0:
case ST_BAD_COND:
case ST_PRE_CHARGING:
state = LED_STATE_SOLID_YELLOW;