Skip to content

Commit d6b863a

Browse files
authored
Update comment about code to keep in sync
***NO_CI***
1 parent dbf6658 commit d6b863a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ namespace System.Net.NetworkInformation
1515
public enum NetworkInterfaceType
1616
{
1717
/////////////////////////////////////////////////////////////////////////////////////////////
18-
// NEED TO KEEP THESE IN SYNC WITH native 'NetworkInterfaceType' enum in nanoHAL_Network.h //
18+
// NEED TO KEEP THESE IN SYNC WITH: //
19+
// native 'NetworkInterfaceType' enum in nanoHAL_Network.h //
20+
// debugger lib: NetworkInterfaceType.cs //
1921
/////////////////////////////////////////////////////////////////////////////////////////////
2022

2123
/// <summary>

0 commit comments

Comments
 (0)