Skip to content

Commit 42c09a3

Browse files
author
Josh Tsai
committed
Modified the power LED behavior to match the UI spec
Signed-off-by: Josh Tsai <[email protected]>
1 parent 03897d4 commit 42c09a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx20/led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ static void led_set_power(void)
293293
if (charge_prevent_power_on(0))
294294
set_pwr_led_color(PWM_LED2, (power_tick %
295295
LED_TICKS_PER_CYCLE < LED_ON_TICKS) ?
296-
EC_LED_COLOR_RED : -1);
296+
EC_LED_COLOR_WHITE : -1);
297297
else
298298
set_pwr_led_color(PWM_LED2, EC_LED_COLOR_WHITE);
299299
} else

0 commit comments

Comments
 (0)