mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-27 03:38:45 -05:00
Fix even more warnings
This commit is contained in:
@@ -392,7 +392,7 @@ void CMKeyboardV1Controller::SetLeds(std::vector<led> leds, std::vector<RGBColor
|
||||
std::vector<uint8_t> data;
|
||||
data.push_back(0xC0);
|
||||
data.push_back(0x02);
|
||||
data.push_back(i*2);
|
||||
data.push_back((uint8_t)(i * 2));
|
||||
data.push_back(0x00);
|
||||
|
||||
for(size_t j = 0; j < 16; j++)
|
||||
|
||||
Reference in New Issue
Block a user