This commit is contained in:
Lorenz Meier
2014-07-02 17:50:04 +02:00
parent fbeb270fdb
commit babf896b7d
145 changed files with 43918 additions and 1 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 "Wed Jul 2 17:49:36 2014"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H