AP_Vehicle: added takeoff_throttle_max_t for fixed wing

This commit is contained in:
Andrew Tridgell 2023-01-10 14:53:41 +11:00
parent ea167d5bd8
commit d15c5ce233

View File

@ -23,6 +23,7 @@ struct AP_FixedWing {
AP_Int8 stall_prevention;
AP_Int16 loiter_radius;
AP_Int16 pitch_trim_cd;
AP_Float takeoff_throttle_max_t;
struct Rangefinder_State {
bool in_range:1;