Browse Source

AP_Vehicle: Remove unused flight stages

master
Michael du Breuil 8 years ago committed by Tom Pittenger
parent
commit
ac27241a42
  1. 4
      libraries/AP_Vehicle/AP_Vehicle.h

4
libraries/AP_Vehicle/AP_Vehicle.h

@ -64,9 +64,7 @@ public: @@ -64,9 +64,7 @@ public:
FLIGHT_TAKEOFF = 1,
FLIGHT_VTOL = 2,
FLIGHT_NORMAL = 3,
FLIGHT_LAND_APPROACH = 4,
FLIGHT_LAND_PREFLARE = 5,
FLIGHT_LAND_FINAL = 6,
FLIGHT_LAND = 4,
FLIGHT_ABORT_LAND = 7
};
};

Loading…
Cancel
Save