autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_RALLY_POINT 175
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_rally_point_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_rally_point_t {
|
||||
int32_t lat; /*< Latitude of point in degrees * 1E7*/
|
||||
int32_t lng; /*< Longitude of point in degrees * 1E7*/
|
||||
int16_t alt; /*< Transit / loiter altitude in meters relative to home*/
|
||||
@@ -14,7 +14,7 @@ typedef struct MAVLINK_PACKED __mavlink_rally_point_t
|
||||
uint8_t idx; /*< point index (first point is 0)*/
|
||||
uint8_t count; /*< total number of points (for sanity checking)*/
|
||||
uint8_t flags; /*< See RALLY_FLAGS enum for definition of the bitmask.*/
|
||||
} mavlink_rally_point_t;
|
||||
}) mavlink_rally_point_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_RALLY_POINT_LEN 19
|
||||
#define MAVLINK_MSG_ID_RALLY_POINT_MIN_LEN 19
|
||||
|
||||
Reference in New Issue
Block a user