aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/navigator_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/navigator/navigator_state.h')
-rw-r--r--src/modules/navigator/navigator_state.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/modules/navigator/navigator_state.h b/src/modules/navigator/navigator_state.h
deleted file mode 100644
index 6a1475c9b..000000000
--- a/src/modules/navigator/navigator_state.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * navigator_state.h
- *
- * Created on: 27.01.2014
- * Author: ton
- */
-
-#ifndef NAVIGATOR_STATE_H_
-#define NAVIGATOR_STATE_H_
-
-typedef enum {
- NAV_STATE_NONE = 0,
- NAV_STATE_READY,
- NAV_STATE_LOITER,
- NAV_STATE_MISSION,
- NAV_STATE_RTL,
- NAV_STATE_LAND,
- NAV_STATE_MAX
-} nav_state_t;
-
-#endif /* NAVIGATOR_STATE_H_ */