This commit is contained in:
Lorenz Meier
2014-08-10 21:01:07 +02:00
parent 219c59413c
commit 4cd384001b
251 changed files with 88834 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
/** @file
* @brief MAVLink comm protocol built from sensesoar.xml
* @see http://pixhawk.ethz.ch/software/mavlink
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Sun Aug 10 21:00:39 2014"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H