summaryrefslogtreecommitdiff
path: root/objects/Platform.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/Platform.mpy')
-rw-r--r--objects/Platform.mpy5
1 files changed, 0 insertions, 5 deletions
diff --git a/objects/Platform.mpy b/objects/Platform.mpy
deleted file mode 100644
index d0510eaf8..000000000
--- a/objects/Platform.mpy
+++ /dev/null
@@ -1,5 +0,0 @@
-simobj Platform(SimObject):
- type = 'Platform'
- abstract = True
- interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
- intrctrl = Param.IntrControl(Super, "interrupt controller")