This commit is contained in:
Lorenz Meier
2014-11-11 13:35:47 +01:00
parent ad5e5a645d
commit 69de9572f3
18 changed files with 2700 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
/** @file
* @brief MAVLink comm protocol built from ASLUAV.xml
* @see http://mavlink.org
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Tue Nov 11 13:35:43 2014"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H