fix bootup led file compile error
This commit is contained in:
parent
d766d60922
commit
c4530ee832
|
@ -92,7 +92,7 @@ struct led_avsux_pattern bootup_patterns[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.duration = 50,
|
.duration = 50,
|
||||||
.colors =
|
.colors = {
|
||||||
{0x7F, 0x00, 0x00},{0xAF, 0x00, 0x00},{0xDF, 0x00, 0x00},{0x4F, 0x00, 0x00},
|
{0x7F, 0x00, 0x00},{0xAF, 0x00, 0x00},{0xDF, 0x00, 0x00},{0x4F, 0x00, 0x00},
|
||||||
{0x6F, 0x00, 0x00},{0x9F, 0x00, 0x00},{0xCF, 0x00, 0x00},{0xFF, 0x00, 0x00},
|
{0x6F, 0x00, 0x00},{0x9F, 0x00, 0x00},{0xCF, 0x00, 0x00},{0xFF, 0x00, 0x00},
|
||||||
{0x5F, 0x00, 0x00},{0x8F, 0x00, 0x00},{0xBF, 0x00, 0x00},{0xEF, 0x00, 0x00}
|
{0x5F, 0x00, 0x00},{0x8F, 0x00, 0x00},{0xBF, 0x00, 0x00},{0xEF, 0x00, 0x00}
|
||||||
|
|
Loading…
Reference in New Issue