diff options
Diffstat (limited to 'objects/IntrControl.mpy')
-rw-r--r-- | objects/IntrControl.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/IntrControl.mpy b/objects/IntrControl.mpy index 7c97746ff..1ef5a17ee 100644 --- a/objects/IntrControl.mpy +++ b/objects/IntrControl.mpy @@ -1,2 +1,3 @@ simobj IntrControl(SimObject): + type = 'IntrControl' cpu = Param.BaseCPU(Super, "the cpu") |