Merge remote-tracking branch 'upstream/master' into abo_fw_alt_vel_control
[inav.git] / lib / main / MAVLink / common / version.h
blob7cf7cdf387ba1a8ccafe58dad24cb3b32b7e8b9c
1 /** @file
2 * @brief MAVLink comm protocol built from common.xml
3 * @see http://mavlink.org
4 */
5 #pragma once
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