From 3685f89cbd6c524c91b41bd41bd3db038b3f1b43 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Tue, 23 Oct 2018 19:50:37 +0200 Subject: [PATCH] small fix to please @dmaij's compiler (issue #703) --- armsrc/iso15693.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2