2016-10-23 15:44:32 +00:00
|
|
|
/** @file
|
|
|
|
|
* @brief MAVLink comm protocol built from standard.xml
|
|
|
|
|
* @see http://mavlink.org
|
|
|
|
|
*/
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#ifndef MAVLINK_VERSION_H
|
|
|
|
|
#define MAVLINK_VERSION_H
|
|
|
|
|
|
2017-07-22 02:39:44 +00:00
|
|
|
#define MAVLINK_BUILD_DATE "Sat Jul 22 2017"
|
2016-10-23 15:44:32 +00:00
|
|
|
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
|
2017-02-27 16:19:49 +00:00
|
|
|
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
|
2016-10-23 15:44:32 +00:00
|
|
|
|
|
|
|
|
#endif // MAVLINK_VERSION_H
|