diff options
Diffstat (limited to 'objects/Platform.mpy')
-rw-r--r-- | objects/Platform.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/Platform.mpy b/objects/Platform.mpy index 870026259..d0510eaf8 100644 --- a/objects/Platform.mpy +++ b/objects/Platform.mpy @@ -1,4 +1,5 @@ simobj Platform(SimObject): + type = 'Platform' abstract = True interrupt_frequency = Param.Tick(1200, "frequency of interrupts") intrctrl = Param.IntrControl(Super, "interrupt controller") |