Fix warning in RGBController_HYTEKeyboard.cpp
This commit is contained in:
parent
b7a3de0f10
commit
69512cbf70
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ void RGBController_HYTEKeyboard::UpdateZoneLEDs(int zone)
|
|||
|
||||
void RGBController_HYTEKeyboard::UpdateSingleLED(int led)
|
||||
{
|
||||
if(led < zones[0].leds_count)
|
||||
if(led < (int)zones[0].leds_count)
|
||||
{
|
||||
UpdateZoneLEDs(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue