Fix braces around subobject warning in GigabyteRGBFusion2USBController.cpp

This commit is contained in:
Adam Honse 2024-07-08 23:48:24 -05:00
parent e2a0032657
commit 52eda68a4e

View file

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