Merge pull request #1199 from PX4/navlogfix

Nav log fix
This commit is contained in:
Lorenz Meier
2014-07-18 00:03:17 +02:00
3 changed files with 17 additions and 12 deletions
@@ -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 */
};
/**