Fix even more warnings
This commit is contained in:
parent
06ca1448d1
commit
fb963f4ab2
22 changed files with 91 additions and 91 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue