Move telemetry displayport init and cms device registering
[betaflight.git] / lib / main / MAVLink / common / version.h
blob147b6cf37dfa3f806dfd5403cbc2637aca0b1307
1 /** @file
2 * @brief MAVLink comm protocol built from common.xml
3 * @see http://mavlink.org
4 */
5 #ifndef MAVLINK_VERSION_H
6 #define MAVLINK_VERSION_H
8 #define MAVLINK_BUILD_DATE "Wed Apr 15 16:53:56 2015"
9 #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
10 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
12 #endif // MAVLINK_VERSION_H