2 * @brief MAVLink comm protocol built from common.xml
3 * @see http://mavlink.org
7 #ifndef MAVLINK_VERSION_H
8 #define MAVLINK_VERSION_H
10 #define MAVLINK_BUILD_DATE "Sun Feb 28 2021"
11 #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
12 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
14 #endif // MAVLINK_VERSION_H