X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=blobdiff_plain;f=firmware%2Fpattern.c;h=fa885cbb97bbdda10483a55f7d6bdce734a4c805;hp=989009e6c237b55ebc8e3ba96fa1050753ce8b5d;hb=5b2ef9def765f5bfde371bff0f811c9d9cc8d682;hpb=69ef9776904e9f3018d340a794cf8427bdc728ff diff --git a/firmware/pattern.c b/firmware/pattern.c index 989009e..fa885cb 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -56,23 +56,23 @@ pattern_t boot_pattern[] = { pattern_t pattern_num[] = { { 1, 0x1 }, /* 10 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 9 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 8 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 7 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 6 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 5 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 4 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 3 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 2 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 1 */ { 0, 0x1F }, PATTERN_END