Skip to content

Commit

Permalink
Add CAN event (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmneves authored and josesimoes committed Dec 3, 2018
1 parent 7827b2c commit d1367d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/nanoFramework.Runtime.Events/EventCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public enum EventCategory
/// <summary>
/// Specifies a WiFi event.
/// </summary>
WiFi = 50
WiFi = 50,
/// <summary>
/// Specifies a CAN event.
/// </summary>
Can = 60
}
}

0 comments on commit d1367d2

Please sign in to comment.