Skip to content

Commit ca0960d

Browse files
committed
Missing initialization fixed.
1 parent 2ec243d commit ca0960d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VSCP/src/DigInDebounce.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class DigInDebounce
9494
mPin(pin),
9595
mState(HIGH),
9696
mLastReadState(HIGH),
97+
mLastDebounceTime(0),
9798
mcDebounceDelay(50)
9899
{
99100
}

0 commit comments

Comments
 (0)