Browse Source

Sub: Bugfix forward channel not neutralized appropriately

mission-4.1.18
Jacob Walser 8 years ago committed by jaxxzer
parent
commit
a8aa005e18
  1. 2
      ArduSub/joystick.cpp

2
ArduSub/joystick.cpp

@ -567,7 +567,5 @@ void Sub::set_neutral_controls() @@ -567,7 +567,5 @@ void Sub::set_neutral_controls()
channels[i] = 0xffff;
}
channels[4] = 0xffff; // Leave mode switch where it was
hal.rcin->set_overrides(channels, 10);
}

Loading…
Cancel
Save