GCS_MAVLink: re-generate headers

This commit is contained in:
Andrew Tridgell 2015-05-24 15:57:16 +10:00
parent 0ed7fda41d
commit a57889e3b0
3 changed files with 5 additions and 3 deletions

View File

@ -353,7 +353,9 @@ typedef enum PID_TUNING_AXIS
PID_TUNING_ROLL=1, /* | */
PID_TUNING_PITCH=2, /* | */
PID_TUNING_YAW=3, /* | */
PID_TUNING_AXIS_ENUM_END=4, /* | */
PID_TUNING_ACCZ=4, /* | */
PID_TUNING_STEER=5, /* | */
PID_TUNING_AXIS_ENUM_END=6, /* | */
} PID_TUNING_AXIS;
#endif

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Sat May 23 17:10:27 2015"
#define MAVLINK_BUILD_DATE "Sun May 24 15:55:59 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Sat May 23 17:10:30 2015"
#define MAVLINK_BUILD_DATE "Sun May 24 15:56:02 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255