2 * @brief MAVLink comm protocol built from common.xml
3 * @see http://pixhawk.ethz.ch/software/mavlink
5 #ifndef MAVLINK_VERSION_H
6 #define MAVLINK_VERSION_H
8 #define MAVLINK_BUILD_DATE "Thu Aug 23 16:39:58 2012"
9 #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
10 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 101
12 #endif // MAVLINK_VERSION_H