2014-08-10 21:01:07 +02:00
|
|
|
/** @file
|
|
|
|
|
* @brief MAVLink comm protocol built from ardupilotmega.xml
|
2014-09-24 12:51:43 +02:00
|
|
|
* @see http://mavlink.org
|
2014-08-10 21:01:07 +02:00
|
|
|
*/
|
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
|
2015-04-23 19:24:26 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Thu Apr 23 19:23:21 2015"
|
2014-08-10 21:01:07 +02:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
|
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
|
|
|
|
|
|
|
|
|
#endif // MAVLINK_VERSION_H
|