X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Fpattern.c;h=77f026ac9cec9ac9686913ff698e01d4fbafc5b0;hb=4728997cb5f6eff94c8a9d9e253d1675b7516987;hp=55b64cc6e5bf23729d75c5a676c69708619999ff;hpb=a0ef882bee1096b30474629c7a967b3601ef0561;p=bike-lights.git diff --git a/firmware/pattern.c b/firmware/pattern.c index 55b64cc..77f026a 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -21,8 +21,8 @@ static pattern_t boot_pattern[] = { { 0, 0x1 }, { 1, 0x1 }, { 0, 0x1 }, - { 1, 0x10 }, - { 0, 0x10 }, + { 1, 0x7 }, + { 0, 0x7 }, PATTERN_END }; @@ -47,7 +47,8 @@ static pattern_t pattern_num[] = { { 1, 0x1 }, /* 2 */ { 0, 0x5 }, { 1, 0x1 }, /* 1 */ - { 0, 0xF }, + { 0, 0x7 }, + { 0, 0x7 }, PATTERN_END }; @@ -72,7 +73,8 @@ static pattern_t pattern_invnum[] = { { 0, 0x1 }, /* 2 */ { 1, 0x5 }, { 0, 0x1 }, /* 1 */ - { 1, 0xF }, + { 1, 0x7 }, + { 1, 0x7 }, PATTERN_END };