summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 28c348e..be6c35c 100644
--- a/setup.c
+++ b/setup.c
@@ -16,9 +16,9 @@ cLcdSetup::cLcdSetup(void)
ClientPrioH = 16;
SetPrio = 0;
BackLightWait = 0;
- PrioWait = 0;
OutputNumber = 0;
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;
+ RecordingStatus = 0;
}