Skip to content

Commit 52cbb84

Browse files
committed
Azalea: modified the frequency of the LED for battery disconnect state
Signed-off-by: Josh-Tsai <josh_tsai@compal.com>
1 parent 33b72a6 commit 52cbb84

File tree

1 file changed

+4
-0
lines changed
  • zephyr/program/lotus/src

1 file changed

+4
-0
lines changed

zephyr/program/lotus/src/led.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,11 @@ static void led_tick(void)
502502
colors[0] = LED_RED;
503503
colors[1] = LED_BLUE;
504504
colors[2] = LED_OFF;
505+
#ifdef CONFIG_BOARD_LOUTS
505506
multifunction_leds_control(colors, 2, 1000);
507+
#else
508+
multifunction_leds_control(colors, 2, 500);
509+
#endif
506510
return;
507511
}
508512

0 commit comments

Comments
 (0)