Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan committed Jan 31, 2025
1 parent a1687bb commit d4c6798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions micro-rdk-nmea/src/parse_helpers/parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ where
// this data from the CAN frame).
#[derive(Debug, Clone)]
pub struct NmeaMessageMetadata {
pgn: u32,
timestamp: DateTime<Utc>,
priority: u16,
src: u16,
dst: u16,
pgn: u32,
src: u16,
priority: u16,
}

impl NmeaMessageMetadata {
Expand Down

0 comments on commit d4c6798

Please sign in to comment.