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,12 +2,12 @@
#define MAVLINK_MSG_ID_PTZ_STATUS 192
typedef struct MAVLINK_PACKED __mavlink_ptz_status_t
{
MAVPACKED(
typedef struct __mavlink_ptz_status_t {
int16_t pan; /*< The Pan value in 10ths of degree*/
int16_t tilt; /*< The Tilt value in 10ths of degree*/
uint8_t zoom; /*< The actual Zoom Value*/
} mavlink_ptz_status_t;
}) mavlink_ptz_status_t;
#define MAVLINK_MSG_ID_PTZ_STATUS_LEN 5
#define MAVLINK_MSG_ID_PTZ_STATUS_MIN_LEN 5