Skip to content

Commit

Permalink
Remove unused compatfixed variables as one broke the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
robincornelius committed Oct 22, 2019
1 parent be82983 commit a74c228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libEDSsharp/CanOpenNodeExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private void fixcompatentry()

if (!od.Containssubindex(0x04))
{
compatfixed = true;
//compatfixed = true;
ODentry compatibility = new ODentry("compatibility entry", idx, DataType.UNSIGNED8, "0", EDSsharp.AccessType.ro, PDOMappingType.no, od);
od.subobjects.Add(0x04, compatibility);
}
Expand Down

0 comments on commit a74c228

Please sign in to comment.