mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 10:38:28 -04:00
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
Block a user