This commit is contained in:
PX4BuildBot
2015-08-14 21:55:31 +00:00
parent 48553b0395
commit 753b694df1
264 changed files with 1794 additions and 1794 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
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
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;
#define MAVLINK_MSG_ID_PTZ_STATUS_LEN 5