Skip to content

Commit

Permalink
added module tab back to deviceview (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrof authored Aug 3, 2024
1 parent 40c02b3 commit 18610b3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions EDSEditorGUI/DeviceView.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions EDSEditorGUI/DeviceView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public void dispatch_updatedevice()
deviceInfoView.populatedeviceinfo();


//moduleInfo.eds = eds;
//moduleInfo.populatemoduleinfo();
moduleInfo1.eds = eds;
moduleInfo1.populatemoduleinfo();
}

public void dispatch_updatePDOinfo()
Expand Down

0 comments on commit 18610b3

Please sign in to comment.