Fix possible loss of data warning in RGBController_LogitechLightspeed.cpp
This commit is contained in:
parent
c7b6d18832
commit
448e019702
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ void RGBController_LogitechLightspeed::SetupZones()
|
|||
Lightspeed_logo_zone.matrix_map = NULL;
|
||||
zones.push_back(Lightspeed_logo_zone);
|
||||
|
||||
Lightspeed_logo_led.value = i;
|
||||
Lightspeed_logo_led.value = (unsigned int)i;
|
||||
leds.push_back(Lightspeed_logo_led);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue