Skip to content

Commit

Permalink
GCS_MAVLink: re-generate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall authored and tridge committed Sep 3, 2015
1 parent 1b485ef commit b2fff20
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,20 @@ typedef enum EKF_STATUS_FLAGS
} EKF_STATUS_FLAGS;
#endif

/** @brief */
#ifndef HAVE_ENUM_PID_TUNING_AXIS
#define HAVE_ENUM_PID_TUNING_AXIS
typedef enum PID_TUNING_AXIS
{
PID_TUNING_ROLL=1, /* | */
PID_TUNING_PITCH=2, /* | */
PID_TUNING_YAW=3, /* | */
PID_TUNING_ACCZ=4, /* | */
PID_TUNING_STEER=5, /* | */
PID_TUNING_AXIS_ENUM_END=6, /* | */
} PID_TUNING_AXIS;
#endif

/** @brief */
#ifndef HAVE_ENUM_MAG_CAL_STATUS
#define HAVE_ENUM_MAG_CAL_STATUS
Expand All @@ -365,20 +379,6 @@ typedef enum MAG_CAL_STATUS
} MAG_CAL_STATUS;
#endif

/** @brief */
#ifndef HAVE_ENUM_PID_TUNING_AXIS
#define HAVE_ENUM_PID_TUNING_AXIS
typedef enum PID_TUNING_AXIS
{
PID_TUNING_ROLL=1, /* | */
PID_TUNING_PITCH=2, /* | */
PID_TUNING_YAW=3, /* | */
PID_TUNING_ACCZ=4, /* | */
PID_TUNING_STEER=5, /* | */
PID_TUNING_AXIS_ENUM_END=6, /* | */
} PID_TUNING_AXIS;
#endif

#include "../common/common.h"

// MAVLINK VERSION
Expand Down
2 changes: 1 addition & 1 deletion modules/PX4Firmware
Submodule PX4Firmware updated from 51858c to 34e1d5
2 changes: 1 addition & 1 deletion modules/PX4NuttX
Submodule PX4NuttX updated from 7c5ef8 to d44740

0 comments on commit b2fff20

Please sign in to comment.