Fix warnings

This commit is contained in:
Adam Honse 2022-11-27 02:52:39 -06:00
parent 755ce20794
commit be90537d10
12 changed files with 44 additions and 44 deletions

View file

@ -77,7 +77,7 @@ void SteelSeriesApex8ZoneController::SetColor(std::vector<RGBColor> colors, uint
buffer[1] += mode;
for(int i = 0; i < colors.size(); i++)
for(unsigned int i = 0; i < colors.size(); i++)
{
uint8_t index = i * 3;