Browse Source

Copter: remove hanging method declaration

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
ef334fe3c7
  1. 3
      ArduCopter/mode.h

3
ArduCopter/mode.h

@ -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…
Cancel
Save