From: pwpiwi Date: Tue, 23 Oct 2018 17:50:37 +0000 (+0200) Subject: small fix to please @dmaij's compiler (issue #703) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3685f89cbd6c524c91b41bd41bd3db038b3f1b43 small fix to please @dmaij's compiler (issue #703) --- diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 9479c3c0..50432392 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -837,6 +837,7 @@ static void DecodeReaderInit(uint8_t *data, uint16_t max_len, DecodeReader_t* De DecodeReader->state = STATE_READER_UNSYNCD; DecodeReader->byteCount = 0; DecodeReader->bitCount = 0; + DecodeReader->posCount = 0; DecodeReader->shiftReg = 0; }