2011-08-31 02:23:18 -03:00
|
|
|
/** @file
|
|
|
|
* @brief MAVLink comm protocol built from ardupilotmega.xml
|
|
|
|
* @see http://pixhawk.ethz.ch/software/mavlink
|
|
|
|
*/
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
2012-04-23 21:44:24 -03:00
|
|
|
#define MAVLINK_BUILD_DATE "Tue Apr 24 10:29:51 2012"
|
2011-08-31 02:23:18 -03:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "0.9"
|
2011-09-04 05:50:24 -03:00
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 101
|
|
|
|
|
2011-08-31 02:23:18 -03:00
|
|
|
#endif // MAVLINK_VERSION_H
|