Browse Source

AP_Vehicle: Removed unused airspeed_min and airspeed_max as now part of AP_Airspeed.

mission-4.1.18
AndersonRayner 9 years ago committed by Tom Pittenger
parent
commit
bf7ab052c1
  1. 2
      libraries/AP_Vehicle/AP_Vehicle.h

2
libraries/AP_Vehicle/AP_Vehicle.h

@ -33,8 +33,6 @@ public: @@ -33,8 +33,6 @@ public:
AP_Int8 throttle_slewrate;
AP_Int8 throttle_cruise;
AP_Int8 takeoff_throttle_max;
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
AP_Int16 roll_limit_cd;
AP_Int16 pitch_limit_max_cd;
AP_Int16 pitch_limit_min_cd;

Loading…
Cancel
Save