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
|
|
|
|
|
|
2015-10-15 05:26:46 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Thu Oct 15 05:26:24 2015"
|
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
|