2014-07-02 17:50:04 +02:00
|
|
|
/** @file
|
|
|
|
|
* @brief MAVLink comm protocol built from test.xml
|
2014-09-24 12:51:43 +02:00
|
|
|
* @see http://mavlink.org
|
2014-07-02 17:50:04 +02:00
|
|
|
*/
|
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
|
2016-02-24 09:13:58 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Wed Feb 24 2016"
|
2014-07-02 17:50:04 +02:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
|
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
|
|
|
|
|
|
|
|
|
|
#endif // MAVLINK_VERSION_H
|