Fix braces around subobject warning in GigabyteRGBFusion2USBController.cpp
This commit is contained in:
parent
e2a0032657
commit
52eda68a4e
1 changed files with 6 additions and 6 deletions
|
|
@ -20,12 +20,12 @@
|
|||
\*-------------------------------------------------------------------------*/
|
||||
static RGBCalibration GigabyteCalibrationsLookup
|
||||
{
|
||||
{ "BGR", { 0x00, 0x01, 0x02, 0x00} },
|
||||
{ "BRG", { 0x01, 0x00, 0x02, 0x00} },
|
||||
{ "GRB", { 0x02, 0x00, 0x01, 0x00} },
|
||||
{ "GBR", { 0x00, 0x02, 0x01, 0x00} },
|
||||
{ "RGB", { 0x02, 0x01, 0x00, 0x00} },
|
||||
{ "RBG", { 0x01, 0x02, 0x00, 0x00} }
|
||||
{ "BGR", {{{0x00, 0x01, 0x02, 0x00}}}},
|
||||
{ "BRG", {{{0x01, 0x00, 0x02, 0x00}}}},
|
||||
{ "GRB", {{{0x02, 0x00, 0x01, 0x00}}}},
|
||||
{ "GBR", {{{0x00, 0x02, 0x01, 0x00}}}},
|
||||
{ "RGB", {{{0x02, 0x01, 0x00, 0x00}}}},
|
||||
{ "RBG", {{{0x01, 0x02, 0x00, 0x00}}}}
|
||||
};
|
||||
|
||||
static calibration GigabyteBoardCalibration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue