AP_Vehicle: Added parameter TKOFF_THR_IDLE

This commit is contained in:
George Zogopoulos 2024-10-08 20:38:28 +02:00 committed by Andrew Tridgell
parent d149150a45
commit db6a52581e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ struct AP_FixedWing {
AP_Int8 throttle_cruise;
AP_Int8 takeoff_throttle_max;
AP_Int8 takeoff_throttle_min;
AP_Int8 takeoff_throttle_idle;
AP_Int32 takeoff_options;
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;