mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Sub: Bugfix forward channel not neutralized appropriately
This commit is contained in:
parent
cf9626f568
commit
0907f93efb
@ -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
Block a user