uORB: Add navigation state

This commit is contained in:
Lorenz Meier 2014-07-17 23:25:12 +02:00
parent 213fe0cc20
commit 9559668f0f
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ struct position_setpoint_triplet_s
struct position_setpoint_s previous;
struct position_setpoint_s current;
struct position_setpoint_s next;
unsigned nav_state; /**< report the navigation state */
};
/**