summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/spring/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spring/board.c b/board/spring/board.c
index d66ffd2e88..69efeee81f 100644
--- a/board/spring/board.c
+++ b/board/spring/board.c
@@ -349,7 +349,7 @@ static void board_battery_led_update(void)
/* Current states and next states */
static uint32_t color = LED_COLOR_RED;
static int breathing;
- static int led_power;
+ static int led_power = -1;
int new_color = LED_COLOR_RED;
int new_breathing = 0;
int new_led_power;