Files
c_library_v2/common/version.h
T

13 lines
342 B
C
Raw Normal View History

2014-07-02 12:58:22 +02:00
/** @file
* @brief MAVLink comm protocol built from common.xml
* @see http://pixhawk.ethz.ch/software/mavlink
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Tue Jul 8 10:45:58 2014"
2014-07-02 12:58:22 +02:00
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H