diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs index e53b902e0..5de78a7f0 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs @@ -15,6 +15,7 @@ namespace Tango.PPC.Synchronization /// Represents a PPC <see cref="MyModule"/>. /// </summary> /// <seealso cref="Tango.PPC.Common.PPCModuleBase" /> + [PPCModule(2)] public class MyModule : PPCModuleBase { /// <summary> |
