aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-08 10:54:09 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-08 10:54:09 +0100
commitf960bbf529ba41580e06eb8a771600279f58e3c8 (patch)
tree88992ecf02a45449f72a0e6e9af73b1db5ca19db /src/modules/uORB
parentf86c0ed892c0b63af11d23e860c815d1c087ff8e (diff)
downloadpx4-firmware-f960bbf529ba41580e06eb8a771600279f58e3c8.tar.gz
px4-firmware-f960bbf529ba41580e06eb8a771600279f58e3c8.tar.bz2
px4-firmware-f960bbf529ba41580e06eb8a771600279f58e3c8.zip
bring back switch_pos_t
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/uORB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/uORB/uORB.h b/src/modules/uORB/uORB.h
index 707ff1efd..f19fbba7c 100644
--- a/src/modules/uORB/uORB.h
+++ b/src/modules/uORB/uORB.h
@@ -314,5 +314,6 @@ typedef uint8_t arming_state_t;
typedef uint8_t main_state_t;
typedef uint8_t hil_state_t;
typedef uint8_t navigation_state_t;
+typedef uint8_t switch_pos_t;
#endif /* _UORB_UORB_H */