mirror of https://github.com/ArduPilot/ardupilot
AP_SpdHgtControl: removing mission_cmd in TECS and making it bool is_landing
This commit is contained in:
parent
bac29be0b7
commit
215ecb6b71
|
@ -43,7 +43,7 @@ public:
|
|||
virtual void update_pitch_throttle( int32_t hgt_dem_cm,
|
||||
int32_t EAS_dem_cm,
|
||||
enum FlightStage flight_stage,
|
||||
uint8_t mission_cmd_id,
|
||||
bool is_doing_auto_land,
|
||||
int32_t ptchMinCO_cd,
|
||||
int16_t throttle_nudge,
|
||||
float hgt_afe,
|
||||
|
|
Loading…
Reference in New Issue