aboutsummaryrefslogtreecommitdiff
path: root/mavlink/include/mavlink/v0.9/test/version.h
blob: 1d5777512cabd89c5243d4a201054627edaa3909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/** @file
 *	@brief MAVLink comm protocol built from test.xml
 *	@see http://pixhawk.ethz.ch/software/mavlink
 */
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Fri Apr 20 12:22:53 2012"
#define MAVLINK_WIRE_PROTOCOL_VERSION "0.9"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
 
#endif // MAVLINK_VERSION_H