Fix typo
This commit is contained in:
parent
030bb818e1
commit
a1a417b05b
|
@ -94,7 +94,7 @@ type Status struct {
|
|||
NumberOfAllEstimatedStates int `mapstructure:"# of all estimated states"`
|
||||
ProcessingCycle int `mapstructure:"processing cycle (ms)"`
|
||||
BaseAntDelta string `mapstructure:"ant delta base"`
|
||||
NumberOfValidStellites int `mapstructure:"# of valid satellites"`
|
||||
NumberOfValidSatellites int `mapstructure:"# of valid satellites"`
|
||||
RTKLibVersion string `mapstructure:"2.4.3 Emlid b28"`
|
||||
BytesInInputBuffer string `mapstructure:"bytes in input buffer"`
|
||||
RoverNumberOfSatellites int `mapstructure:"# of satellites rover"`
|
||||
|
|
Reference in New Issue