Skip to content

Commit

Permalink
Fixes #87
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Feb 16, 2021
1 parent 078d8fd commit 40f2bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can get the library via [NuGet](http://www.nuget.org) if you have the extens
device.OpenAsync();

// Create event handler for receiving messages:
private void device_NmeaMessageReceived(NmeaDevice sender, NmeaMessageReceivedEventArgs args)
private void device_NmeaMessageReceived(object sender, NmeaMessageReceivedEventArgs args)
{
// called when a message is received
if(args.Message is NmeaParser.Messages.Rmc rmc)
Expand Down

0 comments on commit 40f2bdc

Please sign in to comment.