This commit is contained in:
PX4BuildBot
2016-10-05 22:52:07 +00:00
parent 329bd9e3fc
commit b0967e956b
289 changed files with 413 additions and 66 deletions
+11 -5
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -2,9 +2,12 @@
* @brief MAVLink comm protocol built from autoquad.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_H
#define MAVLINK_H
#define MAVLINK_PRIMARY_XML_IDX 0
#ifndef MAVLINK_STX
#define MAVLINK_STX 253
#endif
+1
View File
@@ -1,3 +1,4 @@
#pragma once
// MESSAGE AQ_ESC_TELEMETRY PACKING
#define MAVLINK_MSG_ID_AQ_ESC_TELEMETRY 152
+1
View File
@@ -1,3 +1,4 @@
#pragma once
// MESSAGE AQ_TELEMETRY_F PACKING
#define MAVLINK_MSG_ID_AQ_TELEMETRY_F 150
+1
View File
@@ -2,6 +2,7 @@
* @brief MAVLink comm protocol testsuite generated from autoquad.xml
* @see http://qgroundcontrol.org/mavlink/
*/
#pragma once
#ifndef AUTOQUAD_TESTSUITE_H
#define AUTOQUAD_TESTSUITE_H
+2
View File
@@ -2,6 +2,8 @@
* @brief MAVLink comm protocol built from autoquad.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H