2014-10-30 17:52:06 +01:00
|
|
|
/** @file
|
|
|
|
|
* @brief MAVLink comm protocol built from slugs.xml
|
|
|
|
|
* @see http://mavlink.org
|
|
|
|
|
*/
|
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
|
2016-08-17 23:32:24 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Wed Aug 17 2016"
|
2016-06-24 12:46:48 +02:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
|
2016-08-02 12:47:39 +00:00
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
2014-10-30 17:52:06 +01:00
|
|
|
|
|
|
|
|
#endif // MAVLINK_VERSION_H
|