Browse Source

GCS_MAVLink: regenerate headers

master
Andrew Tridgell 10 years ago
parent
commit
a0594bd50e
  1. 2
      libraries/GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/version.h
  2. 3
      libraries/GCS_MAVLink/include/mavlink/v1.0/common/common.h
  3. 2
      libraries/GCS_MAVLink/include/mavlink/v1.0/common/version.h

2
libraries/GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/version.h

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Jun 15 09:19:41 2015"
#define MAVLINK_BUILD_DATE "Wed Jun 17 14:19:15 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

3
libraries/GCS_MAVLink/include/mavlink/v1.0/common/common.h

@ -478,7 +478,8 @@ typedef enum SERIAL_CONTROL_DEV @@ -478,7 +478,8 @@ typedef enum SERIAL_CONTROL_DEV
SERIAL_CONTROL_DEV_TELEM2=1, /* Second telemetry port | */
SERIAL_CONTROL_DEV_GPS1=2, /* First GPS port | */
SERIAL_CONTROL_DEV_GPS2=3, /* Second GPS port | */
SERIAL_CONTROL_DEV_ENUM_END=4, /* | */
SERIAL_CONTROL_DEV_SHELL=10, /* system shell | */
SERIAL_CONTROL_DEV_ENUM_END=11, /* | */
} SERIAL_CONTROL_DEV;
#endif

2
libraries/GCS_MAVLink/include/mavlink/v1.0/common/version.h

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Jun 15 09:19:44 2015"
#define MAVLINK_BUILD_DATE "Wed Jun 17 14:19:17 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Loading…
Cancel
Save