mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
GCS_MAVLink: regenerate headers
This commit is contained in:
parent
bdbe1a7553
commit
a0594bd50e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user