mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_Common: remove unused HomeState
This commit is contained in:
parent
3cbb88ae20
commit
28b4794816
@ -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…
Reference in New Issue
Block a user