Browse Source

GCS_MAVLink: version number after adding EKF_STATUS_REPORT

master
Randy Mackay 10 years ago
parent
commit
3c555fc396
  1. 2
      libraries/GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/version.h
  2. 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 "Wed Mar 4 19:28:35 2015"
#define MAVLINK_BUILD_DATE "Wed Mar 11 01:59:47 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

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 "Wed Mar 4 19:28:37 2015"
#define MAVLINK_BUILD_DATE "Wed Mar 11 01:59:49 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Loading…
Cancel
Save