Commit 678dd60e authored by Jan Kasprzak's avatar Jan Kasprzak
Browse files

control.c: make the lowest pattern faster

parent 522bd7b3
......@@ -20,7 +20,7 @@ static pattern_t blink_pattern[] = {
static pattern_t slow_pattern[] = {
{ 1, 0x1 },
{ 0, 0x1F },
{ 0, 0x10 },
PATTERN_END
};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment