Browse Source

Copter: remove unimplemented heli desired_yaw_rate

master
Peter Barker 9 years ago committed by Randy Mackay
parent
commit
1de99c737e
  1. 2
      ArduCopter/FlightMode.h

2
ArduCopter/FlightMode.h

@ -191,8 +191,6 @@ public: @@ -191,8 +191,6 @@ public:
bool init(bool ignore_checks) override;
void run() override; // should be called at 100hz or more
void get_pilot_desired_yaw_rate(int16_t yaw_in, float &yaw_out);
protected:
private:
};

Loading…
Cancel
Save