Browse Source

AP_MotorsMulticopter: remove get_throttle_warn

mission-4.1.18
Leonard Hall 9 years ago committed by Randy Mackay
parent
commit
e625c105a4
  1. 3
      libraries/AP_Motors/AP_MotorsMulticopter.h

3
libraries/AP_Motors/AP_MotorsMulticopter.h

@ -61,9 +61,6 @@ public: @@ -61,9 +61,6 @@ public:
// get_throttle_rpy_mix - get low throttle compensation value
bool is_throttle_mix_min() const { return (_throttle_rpy_mix < 1.25f*_thr_mix_min); }
// returns warning throttle
float get_throttle_warn() const { return rel_pwm_to_thr_range(_spin_when_armed); }
int16_t throttle_max() const { return _max_throttle; }
int16_t throttle_min() const { return rel_pwm_to_thr_range(_min_throttle); }

Loading…
Cancel
Save