Added NONE = not mapped state for mission and return switches

This commit is contained in:
Anton Babushkin
2013-12-30 14:04:24 +04:00
parent fa20fae6fb
commit 33385a783c
3 changed files with 18 additions and 16 deletions
+2
View File
@@ -99,11 +99,13 @@ typedef enum {
typedef enum {
RETURN_SWITCH_NONE = 0,
RETURN_SWITCH_NORMAL,
RETURN_SWITCH_RETURN
} return_switch_pos_t;
typedef enum {
MISSION_SWITCH_NONE = 0,
MISSION_SWITCH_LOITER,
MISSION_SWITCH_MISSION
} mission_switch_pos_t;