fix bootup led file compile error

This commit is contained in:
Yunlong Xiao 2022-06-25 12:17:40 +08:00
parent d766d60922
commit c4530ee832
1 changed files with 1 additions and 1 deletions

View File

@ -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}