Commit e6421ff2 authored by Jan Kasprzak's avatar Jan Kasprzak
Browse files

control.c: adjust the lowest mode timing

parent 0a2d9637
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ static pattern_t blink_pattern[] = {


static pattern_t slow_pattern[] = {
static pattern_t slow_pattern[] = {
	{ 1, 0x1 },
	{ 1, 0x1 },
	{ 0, 0x10 },
	{ 0, 0x18 },
	PATTERN_END
	PATTERN_END
};
};