Copter: remove unused PosHoldModeState enumeration

This commit is contained in:
Peter Barker 2019-04-23 11:55:06 +10:00 committed by Randy Mackay
parent e28c6b9dc6
commit 462d87e5d0

View File

@ -909,14 +909,6 @@ private:
void roll_controller_to_pilot_override();
void pitch_controller_to_pilot_override();
// PosHold states
enum PosHoldModeState {
PosHold_MotorStopped,
PosHold_Takeoff,
PosHold_Flying,
PosHold_Landed
};
// mission state enumeration
enum poshold_rp_mode {
POSHOLD_PILOT_OVERRIDE=0, // pilot is controlling this axis (i.e. roll or pitch)