Skip to content

Commit 5d67284

Browse files
committed
change critical pattern to faster flash
1 parent 8093d3a commit 5d67284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static void led_thread(void)
432432
case SYS_LED_PATTERN_CRITICAL:
433433
led_pattern_state = (led_pattern_state + 1) % 2;
434434
led_pin_set(SYS_LED_COLOR_ERROR, 10000, led_pattern_state * 10000);
435-
k_msleep(200);
435+
k_msleep(100);
436436
break;
437437

438438
default:

0 commit comments

Comments
 (0)