Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed Aug 11, 2024
1 parent 810695a commit 0555a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgrmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func newPGRMT(s BaseSentence) (Sentence, error) {
StoredDataLost: p.EnumString(3, "stored data lost", DataRetainedPGRMT, DataLostPGRMT),
RealtimeClockLost: p.EnumString(4, "realtime clock lost", DataRetainedPGRMT, DataLostPGRMT),
OscillatorDriftDiscrete: p.EnumString(5, "oscillator drift discrete", PassPGRMT, FailPGRMT),
DataCollectionDiscrete: p.EnumString(6, "oscillator drift discrete", DataCollectingPGRMT),
DataCollectionDiscrete: p.EnumString(6, "data collection discrete", DataCollectingPGRMT),
SensorTemperature: p.Float64(7, "sensor temperature in degrees celsius"),
SensorConfigurationData: p.EnumString(8, "sensor configuration data", DataRetainedPGRMT, DataLostPGRMT),
}, p.Err()
Expand Down

0 comments on commit 0555a54

Please sign in to comment.