mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Sub: do not initialize rc channels 6 and higher
This commit is contained in:
parent
ee2bea5256
commit
9b1e0f0fa3
@ -710,10 +710,6 @@ void Sub::set_neutral_controls()
|
||||
RC_Channels::set_override(i, 1500, tnow);
|
||||
}
|
||||
|
||||
for (uint8_t i = 6; i < 11; i++) {
|
||||
RC_Channels::set_override(i, 0xffff, tnow);
|
||||
}
|
||||
|
||||
// Clear pitch/roll trim settings
|
||||
pitchTrim = 0;
|
||||
rollTrim = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user