GCS_MAVLink: regenerate headers

This commit is contained in:
Andrew Tridgell 2015-06-17 17:05:26 +10:00
parent bdbe1a7553
commit a0594bd50e
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define 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_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

View File

@ -478,7 +478,8 @@ typedef enum SERIAL_CONTROL_DEV
SERIAL_CONTROL_DEV_TELEM2=1, /* Second telemetry port | */ SERIAL_CONTROL_DEV_TELEM2=1, /* Second telemetry port | */
SERIAL_CONTROL_DEV_GPS1=2, /* First GPS port | */ SERIAL_CONTROL_DEV_GPS1=2, /* First GPS port | */
SERIAL_CONTROL_DEV_GPS2=3, /* Second 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; } SERIAL_CONTROL_DEV;
#endif #endif

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define 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_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255