Skip to content

Commit a74c228

Browse files
Remove unused compatfixed variables as one broke the merge
1 parent be82983 commit a74c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libEDSsharp/CanOpenNodeExporter.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private void fixcompatentry()
8686

8787
if (!od.Containssubindex(0x04))
8888
{
89-
compatfixed = true;
89+
//compatfixed = true;
9090
ODentry compatibility = new ODentry("compatibility entry", idx, DataType.UNSIGNED8, "0", EDSsharp.AccessType.ro, PDOMappingType.no, od);
9191
od.subobjects.Add(0x04, compatibility);
9292
}

0 commit comments

Comments
 (0)