mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
ACM: fixed TradHeli build
This commit is contained in:
parent
575b99b4be
commit
e9928e78de
@ -1641,7 +1641,7 @@ void update_roll_pitch_mode(void)
|
||||
}else{
|
||||
// ACRO does not get SIMPLE mode ability
|
||||
#if FRAME_CONFIG == HELI_FRAME
|
||||
if (motors.flyarbar_mode == 1){
|
||||
if (motors.flybar_mode == 1){
|
||||
g.rc_1.servo_out = g.rc_1.control_in;
|
||||
g.rc_2.servo_out = g.rc_2.control_in;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user