Skip to content

Commit d862cda

Browse files
author
Josh Tsai
committed
Modified the power LED behavior to match the UI spec
Signed-off-by: Josh Tsai <josh_tsai@compal.com>
1 parent 7a61a89 commit d862cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx30/led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static void led_set_power(void)
305305
if (charge_prevent_power_on(0))
306306
set_pwr_led_color(PWM_LED2, (power_tick %
307307
LED_TICKS_PER_CYCLE < LED_ON_TICKS) ?
308-
EC_LED_COLOR_RED : -1);
308+
EC_LED_COLOR_WHITE : -1);
309309
else
310310
set_pwr_led_color(PWM_LED2, EC_LED_COLOR_WHITE);
311311
} else

0 commit comments

Comments
 (0)