mirror of https://github.com/ArduPilot/ardupilot
Copter: remove hanging method declaration
This commit is contained in:
parent
57b33acb89
commit
ef334fe3c7
|
@ -111,9 +111,6 @@ protected:
|
||||||
// pilot input processing
|
// pilot input processing
|
||||||
void get_pilot_desired_lean_angles(float &roll_out, float &pitch_out, float angle_max, float angle_limit) const;
|
void get_pilot_desired_lean_angles(float &roll_out, float &pitch_out, float angle_max, float angle_limit) const;
|
||||||
|
|
||||||
// takeoff support
|
|
||||||
bool takeoff_triggered(float target_climb_rate) const;
|
|
||||||
|
|
||||||
// helper functions
|
// helper functions
|
||||||
void zero_throttle_and_relax_ac(bool spool_up = false);
|
void zero_throttle_and_relax_ac(bool spool_up = false);
|
||||||
void zero_throttle_and_hold_attitude();
|
void zero_throttle_and_hold_attitude();
|
||||||
|
|
Loading…
Reference in New Issue