Skip to content

Commit

Permalink
Plane: pass pitch trim parameter to TECS
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Mar 3, 2024
1 parent eadf559 commit bd928fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArduPlane/ArduPlane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,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());
}
}

Expand Down

0 comments on commit bd928fb

Please sign in to comment.