autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_GPS_DATE_TIME 179
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_gps_date_time_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_gps_date_time_t {
|
||||
uint8_t year; /*< Year reported by Gps */
|
||||
uint8_t month; /*< Month reported by Gps */
|
||||
uint8_t day; /*< Day reported by Gps */
|
||||
@@ -16,7 +16,7 @@ typedef struct MAVLINK_PACKED __mavlink_gps_date_time_t
|
||||
uint8_t GppGl; /*< GPS+GLONASS satellites in Solution */
|
||||
uint8_t sigUsedMask; /*< GPS and GLONASS usage mask (bit 0 GPS_used? bit_4 GLONASS_used?)*/
|
||||
uint8_t percentUsed; /*< Percent used GPS*/
|
||||
} mavlink_gps_date_time_t;
|
||||
}) mavlink_gps_date_time_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_GPS_DATE_TIME_LEN 12
|
||||
#define MAVLINK_MSG_ID_GPS_DATE_TIME_MIN_LEN 12
|
||||
|
||||
Reference in New Issue
Block a user