aboutsummaryrefslogtreecommitdiff
path: root/src/d_input.r
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_input.r')
-rw-r--r--src/d_input.r2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_input.r b/src/d_input.r
index 3dc567e..34ab917 100644
--- a/src/d_input.r
+++ b/src/d_input.r
@@ -200,7 +200,7 @@ static ULONG ColorTimer[NO_OF_INPUTS];
#define CALDataRead(Port, pData) {\
UBYTE BitCnt; \
- UBYTE Data; \
+ UBYTE Data = 0; \
BitCnt = 0; \
INPUTClkHigh(Port); \
rInputWait2uS(); \