mirror of https://github.com/ArduPilot/ardupilot
Sub: Bugfix forward channel not neutralized appropriately
This commit is contained in:
parent
4ee6d8e980
commit
a8aa005e18
|
@ -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…
Reference in New Issue