This commit is contained in:
PX4BuildBot
2016-08-02 12:16:40 +00:00
parent 1e2920c68d
commit ef1ebc9e7d
283 changed files with 6266 additions and 1005 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
#define MAVLINK_MSG_ID_AQ_TELEMETRY_F 150
typedef struct MAVLINK_PACKED __mavlink_aq_telemetry_f_t
{
MAVPACKED(
typedef struct __mavlink_aq_telemetry_f_t {
float value1; /*< value1*/
float value2; /*< value2*/
float value3; /*< value3*/
@@ -25,7 +25,7 @@ typedef struct MAVLINK_PACKED __mavlink_aq_telemetry_f_t
float value19; /*< value19*/
float value20; /*< value20*/
uint16_t Index; /*< Index of message*/
} mavlink_aq_telemetry_f_t;
}) mavlink_aq_telemetry_f_t;
#define MAVLINK_MSG_ID_AQ_TELEMETRY_F_LEN 82
#define MAVLINK_MSG_ID_AQ_TELEMETRY_F_MIN_LEN 82