Fix possible loss of data warning in RGBController_LogitechLightspeed.cpp
This commit is contained in:
parent
ffeaa033bc
commit
fb2b0aa8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ void RGBController_LogitechLightspeed::SetupZones()
|
|||
{
|
||||
zone Lightspeed_logo_zone;
|
||||
led Lightspeed_logo_led;
|
||||
logitech_led new_led = controller->lightspeed->getLED_info(i);
|
||||
logitech_led new_led = controller->lightspeed->getLED_info((uint8_t)i);
|
||||
|
||||
if(new_led.location < NUM_LOGITECH_LED_LOCATIONS )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue