summaryrefslogtreecommitdiff
path: root/objects/SimConsole.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/SimConsole.mpy')
-rw-r--r--objects/SimConsole.mpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/SimConsole.mpy b/objects/SimConsole.mpy
index 1231e81dc..ab88db8c6 100644
--- a/objects/SimConsole.mpy
+++ b/objects/SimConsole.mpy
@@ -4,7 +4,7 @@ simobj ConsoleListener(SimObject):
simobj SimConsole(SimObject):
type = 'SimConsole'
- append_name = Param.Bool(true, "append name() to filename")
+ append_name = Param.Bool(True, "append name() to filename")
intr_control = Param.IntrControl(Super, "interrupt controller")
listener = Param.ConsoleListener("console listener")
number = Param.Int(0, "console number")