Plane: pass pitch trim parameter to TECS

This commit is contained in:
Andrew Tridgell 2024-03-03 08:25:21 +11:00 committed by Randy Mackay
parent ae790750ed
commit efd479c64d

View File

@ -603,7 +603,8 @@ void Plane::update_alt()
get_takeoff_pitch_min_cd(),
throttle_nudge,
tecs_hgt_afe(),
aerodynamic_load_factor);
aerodynamic_load_factor,
g.pitch_trim.get());
}
}