Browse Source

renamed MASK_OPTIONS_RELATIVE_ALT

mission-4.1.18
Jason Short 13 years ago
parent
commit
1e855503da
  1. 14
      ArduCopter/defines.h

14
ArduCopter/defines.h

@ -120,6 +120,8 @@ @@ -120,6 +120,8 @@
#define POSITION 8 // AUTO control
#define NUM_MODES 9
#define INITIALISING 9 // in startup routines
#define SIMPLE_1 1
#define SIMPLE_2 2
#define SIMPLE_3 4
@ -166,14 +168,14 @@ @@ -166,14 +168,14 @@
#define CIRCLE_MODE 3
// Waypoint options
#define WP_OPTION_ALT_RELATIVE 1
#define WP_OPTION_ALT_CHANGE 2
#define WP_OPTION_YAW 4
#define WP_OPTION_ALT_REQUIRED 8
#define WP_OPTION_RELATIVE 16
#define MASK_OPTIONS_RELATIVE_ALT 1
#define WP_OPTION_ALT_CHANGE 2
#define WP_OPTION_YAW 4
#define WP_OPTION_ALT_REQUIRED 8
#define WP_OPTION_RELATIVE 16
//#define WP_OPTION_ 32
//#define WP_OPTION_ 64
#define WP_OPTION_NEXT_CMD 128
#define WP_OPTION_NEXT_CMD 128
//repeating events
#define NO_REPEAT 0

Loading…
Cancel
Save