mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-04 22:17:50 +00:00
typo
This commit is contained in:
parent
3e0aadfed6
commit
93e8af216a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ NmeaMessage.RegisterAssembly(typeof(CustomMessage).Assembly); //Registers all ty
|
|||
NmeaMessage.RegisterMessage(typeof(CustomMessage).GetTypeInfo()); //Registers a single NMEA message
|
||||
```
|
||||
|
||||
Note that these methods will throw if the NMEA type has already been registers (there's an overload where you can declare the `replace` parameter to `true` to overwrite already registered messages.
|
||||
Note that these methods will throw if the NMEA type has already been registered (there's an overload where you can declare the `replace` parameter to `true` to overwrite already registered messages.
|
||||
|
||||
Next you should be able to test this method using the Parse method:
|
||||
```cs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue