From f960bbf529ba41580e06eb8a771600279f58e3c8 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Thu, 8 Jan 2015 10:54:09 +0100 Subject: bring back switch_pos_t --- src/modules/uORB/uORB.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/uORB') 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 */ -- cgit v1.2.3