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-03-09 18:39:26 -04:00
|
|
|
#define MAVLINK_BUILD_DATE "Sat Mar 10 09:38:12 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
|