Skip to content

Commit a90650c

Browse files
authored
Merge pull request #508 from FrameworkComputer/hx30.led_behavior
Modified the power LED behavior to match the UI spec
2 parents 7a61a89 + d862cda commit a90650c

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)