2014-11-11 13:35:47 +01:00
|
|
|
/** @file
|
|
|
|
|
* @brief MAVLink comm protocol built from ASLUAV.xml
|
|
|
|
|
* @see http://mavlink.org
|
|
|
|
|
*/
|
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
|
2015-01-09 02:47:10 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Fri Jan 9 02:47:04 2015"
|
2014-11-11 13:35:47 +01:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
|
|
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
|
|
|
|
|
|
|
|
|
#endif // MAVLINK_VERSION_H
|