|
@@ -225,7 +225,7 @@ void iv::control::ControlStatus::set_turnsignals_control(bool left, bool right)
|
|
|
}
|
|
|
else if ( (left == false) && (right == true) )
|
|
|
{
|
|
|
- command10.bit.turn_light = 0x10;
|
|
|
+ command10.bit.turn_light = 0x02;
|
|
|
}
|
|
|
else if ((left == false) && (right == false))
|
|
|
{
|
|
@@ -233,7 +233,7 @@ void iv::control::ControlStatus::set_turnsignals_control(bool left, bool right)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- command10.bit.turn_light = 0x11;
|
|
|
+ command10.bit.turn_light = 0x03;
|
|
|
}
|
|
|
}
|
|
|
|