Reverting syntax error introduced in d0cb93dec4
This commit is contained in:
parent
f1c2a1eb3f
commit
a64d3a8287
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ uint8_t logitech_device::setMode(uint8_t mode, uint16_t speed, uint8_t zone, uin
|
|||
if(mode == 1) //Static
|
||||
{
|
||||
set_mode.data[5] = 0x02; //zone;
|
||||
set_mode.data[16] = 0x01;
|
||||
//set_mode.data[12] = 0x01; //Save to flash testing
|
||||
}
|
||||
else if(mode == 2) //Spectrum Cycle - LOGITECH_DEVICE_LED_SPECTRUM
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue