summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 51df783..6877dbd 100644
--- a/setup.c
+++ b/setup.c
@@ -12,4 +12,8 @@ cLcdSetup::cLcdSetup(void)
Charmap = 0;
AltShift = 0;
BackLight = 1;
+ OutputNumber = 0;
+ for (int i = 0; i < LCDMAXOUTPUTS; i++)
+ OutputFunction[i] = 0;
}
+