mirror of https://github.com/ArduPilot/ardupilot
AP_Common: remove unused location mask definitions
This commit is contained in:
parent
01da4e29fb
commit
fa16e0967f
|
@ -87,8 +87,6 @@
|
|||
/// bit 7: Move to next Command 0: YES, 1: Loiter until commanded
|
||||
|
||||
//@{
|
||||
#define LOCATION_MASK_OPTIONS_RELATIVE_ALT (1<<0) // 1 = Relative altitude
|
||||
#define LOCATION_MASK_OPTIONS_LOITER_DIRECTION (1<<2) // 0 = CW, 1 = CCW
|
||||
|
||||
struct PACKED Location_Option_Flags {
|
||||
uint8_t relative_alt : 1; // 1 if altitude is relateive to home
|
||||
|
|
Loading…
Reference in New Issue