Merge pull request #446 from PX4/commander_fixes

commander fixes
This commit is contained in:
Lorenz Meier
2013-10-13 03:10:23 -07:00
3 changed files with 6 additions and 20 deletions
@@ -61,7 +61,6 @@
*/
struct vehicle_control_mode_s
{
uint16_t counter; /**< incremented by the writing thread every time new data is stored */
uint64_t timestamp; /**< in microseconds since system start, is set whenever the writing thread stores new data */
bool flag_armed;