Fix Mac OS Build
This commit is contained in:
parent
c1d3e91c32
commit
9d3c96a43c
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ void RGBController_RGBFusion2GPU::UpdateSingleLED(int led)
|
|||
|
||||
void RGBController_RGBFusion2GPU::DeviceUpdateMode()
|
||||
{
|
||||
LOG_TRACE("[%s] Switching to mode %s @ brightness %d and speed %d", name.c_str(), modes[active_mode].name, modes[active_mode].brightness, modes[active_mode].speed);
|
||||
LOG_TRACE("[%s] Switching to mode %s @ brightness %d and speed %d", name.c_str(), modes[active_mode].name.c_str(), modes[active_mode].brightness, modes[active_mode].speed);
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue