[GYRO] Refactor gyro driver for dual-gyro support
[inav.git] / lib / main / MAVLink / common / version.h
blob62ec222d69d767b05eaf897af987db0a1392875f
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 "Wed Mar 22 2017"
11 #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
12 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
14 #endif // MAVLINK_VERSION_H