board/slider-cmd: Simplify RGB message def

This commit is contained in:
Tau 2019-05-02 22:11:54 -04:00
parent ee39a94bde
commit 23257f272e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct slider_req_set_led {
struct slider_hdr hdr;
struct {
uint8_t unk; /* 0x28, decimal 40. meaning unknown. */
uint8_t rgb[32][3];
uint8_t rgb[96];
} payload;
};