mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: fixed servo demo on startup
thanks to Klrill-ka fixes issue #1204
This commit is contained in:
parent
ed6ab5f1d3
commit
b414ca930d
@ -67,8 +67,8 @@ void failsafe_check(void)
|
||||
|
||||
if (!demoing_servos) {
|
||||
channel_roll->output();
|
||||
channel_pitch->output();
|
||||
}
|
||||
channel_pitch->output();
|
||||
channel_throttle->output();
|
||||
channel_rudder->output();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user