version.h 336 Bytes
Newer Older
1
/** @file
2 3
 *  @brief MAVLink comm protocol built from ardupilotmega.xml
 *  @see http://mavlink.org
4
 */
5 6
#pragma once
 
7 8 9
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

10
#define MAVLINK_BUILD_DATE "Sat Sep 05 2020"
11
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
12
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
13 14
 
#endif // MAVLINK_VERSION_H