Skip to content

Commit d439597

Browse files
committed
azalea: tune cutoff led flash freq
From the naked eye, 400ms is closer to 2Hz than 600ms Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
1 parent 9d4aa24 commit d439597

File tree

1 file changed

+1
-1
lines changed
  • zephyr/program/lotus/src

1 file changed

+1
-1
lines changed

zephyr/program/lotus/src/led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ static void led_tick(void)
506506
#ifdef CONFIG_BOARD_LOTUS
507507
multifunction_leds_control(colors, 2, 1000);
508508
#else
509-
multifunction_leds_control(colors, 2, 500);
509+
multifunction_leds_control(colors, 2, 400);
510510
#endif
511511
return;
512512
}

0 commit comments

Comments
 (0)