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
@@ -2,11 +2,11 @@
#define MAVLINK_MSG_ID_GOPRO_SET_RESPONSE 219
typedef struct MAVLINK_PACKED __mavlink_gopro_set_response_t
{
MAVPACKED(
typedef struct __mavlink_gopro_set_response_t {
uint8_t cmd_id; /*< Command ID*/
uint8_t status; /*< Status*/
} mavlink_gopro_set_response_t;
}) mavlink_gopro_set_response_t;
#define MAVLINK_MSG_ID_GOPRO_SET_RESPONSE_LEN 2
#define MAVLINK_MSG_ID_GOPRO_SET_RESPONSE_MIN_LEN 2