Skip to content

Commit 3450f4f

Browse files
authored
Merge pull request #511 from FrameworkComputer/hx20.led_behavior
Modified the power LED behavior to match the UI spec
2 parents 03897d4 + 42c09a3 commit 3450f4f

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)