mirror of https://github.com/ArduPilot/ardupilot
Plane: send servos outputs after flaperon update
This commit is contained in:
parent
38921c4f1a
commit
923b201025
|
@ -85,9 +85,9 @@ void Plane::failsafe_check(void)
|
|||
SRV_Channels::set_output_scaled(SRV_Channel::k_flap, 0);
|
||||
SRV_Channels::set_output_scaled(SRV_Channel::k_flap_auto, 0);
|
||||
|
||||
servos_output();
|
||||
|
||||
// setup flaperons
|
||||
flaperon_update(0);
|
||||
|
||||
servos_output();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue