Skip to content

Commit

Permalink
AP_GPS: fix GRTK field names
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per authored and tridge committed Oct 9, 2024
1 parent 0fe0d5f commit 51fa0da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/AP_GPS/LogStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ struct PACKED log_GPS_RAWS {
// @LoggerMessage: GRTK
// @Description: RTCM input status
// @Field: TimeUS: Time since system startup
// @Field: version: Message version (0x02 for this version)
// @Field: flags: RTCM input status flags (see graphic below)
// @Field: refStation: Reference station ID
// @Field: ver: Message version (0x02 for this version)
// @Field: flgs: RTCM input status flags (see graphic below)
// @Field: ref: Reference station ID
// @Field: msgType: Message type
struct PACKED log_GPS_RTCM {
LOG_PACKET_HEADER;
Expand Down

0 comments on commit 51fa0da

Please sign in to comment.