Fix warning in RGBController_GigabyteRGBFusion2USB.cpp

This commit is contained in:
Adam Honse committed 2026-09-01 11:29:37 -05:00
1 parent cd02ba5d39
commit bfba7e99d0
1 file changed
+1 -1
@@ -285,7 +285,7 @@ void RGBController_RGBFusion2USB::Init_Controller()
"D_LED4"
};
const unsigned int header_count = controller->ExportGen2Strips().size();
const unsigned int header_count = (unsigned int)controller->ExportGen2Strips().size();
bool default_enabled = false;
uint8_t enabled_headers = 0;