5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-16 04:43:57 -04:00
ardupilot/libraries/GCS_MAVLink/include_v1.0/common/version.h
Andrew Tridgell 7921d33c40 MAVLink: imported new mavlink headers
this adds local and remote radio noise levels
2012-04-08 12:22:17 +10:00

13 lines
342 B
C

/** @file
* @brief MAVLink comm protocol built from common.xml
* @see http://pixhawk.ethz.ch/software/mavlink
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Sun Apr 8 11:01:52 2012"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 101
#endif // MAVLINK_VERSION_H