We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03897d4 + 42c09a3 commit 3450f4fCopy full SHA for 3450f4f
board/hx20/led.c
@@ -293,7 +293,7 @@ static void led_set_power(void)
293
if (charge_prevent_power_on(0))
294
set_pwr_led_color(PWM_LED2, (power_tick %
295
LED_TICKS_PER_CYCLE < LED_ON_TICKS) ?
296
- EC_LED_COLOR_RED : -1);
+ EC_LED_COLOR_WHITE : -1);
297
else
298
set_pwr_led_color(PWM_LED2, EC_LED_COLOR_WHITE);
299
} else
0 commit comments