AP_Vehicle: Moved takeoff_throttle_max into plane parameters

This commit is contained in:
Michael du Breuil 2015-04-15 15:51:30 -07:00 committed by Andrew Tridgell
parent 4586de6637
commit a9fc2b8a32

View File

@ -32,6 +32,7 @@ public:
AP_Int8 throttle_max;
AP_Int8 throttle_slewrate;
AP_Int8 throttle_cruise;
AP_Int8 takeoff_throttle_max;
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
AP_Int16 pitch_limit_max_cd;