From 52eda68a4e5b772db05e767cd3f8130ba25057b2 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 8 Jul 2024 23:48:24 -0500 Subject: [PATCH] Fix braces around subobject warning in GigabyteRGBFusion2USBController.cpp --- .../GigabyteRGBFusion2USBController.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp b/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp index 6601709ed..e7a3c3d18 100644 --- a/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp +++ b/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp @@ -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