mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_Vehicle: Moved takeoff_throttle_max into plane parameters
This commit is contained in:
parent
4586de6637
commit
a9fc2b8a32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user