before merging master
[inav.git] / lib / main / MAVLink / minimal / version.h
blobb80bc639e96b865688bb8107af9a5ac9caa9a049
1 /** @file
2 * @brief MAVLink comm protocol built from minimal.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 22
14 #endif // MAVLINK_VERSION_H