Browse Source

AP_Common: remove unused HomeState

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
28b4794816
  1. 9
      libraries/AP_Common/AP_Common.h

9
libraries/AP_Common/AP_Common.h

@ -144,15 +144,6 @@ struct PACKED Location { @@ -144,15 +144,6 @@ struct PACKED Location {
int32_t lng; ///< param 4 - Longitude * 10**7
};
/*
home states. Used to record if user has overridden home position.
*/
enum HomeState {
HOME_UNSET, // home is unset, no GPS positions yet received
HOME_SET_NOT_LOCKED, // home is set to EKF origin or armed location (can be moved)
HOME_SET_AND_LOCKED // home has been set by user, cannot be moved except by user initiated do-set-home command
};
//@}
////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save