projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6cca0
)
small fix to please @dmaij's compiler (issue #703)
author
pwpiwi
<pwpiwi@users.noreply.github.com>
Tue, 23 Oct 2018 17:50:37 +0000
(19:50 +0200)
committer
pwpiwi
<pwpiwi@users.noreply.github.com>
Tue, 23 Oct 2018 17:50:37 +0000
(19:50 +0200)
armsrc/iso15693.c
patch
|
blob
|
blame
|
history
diff --git
a/armsrc/iso15693.c
b/armsrc/iso15693.c
index 9479c3c038c875da8b5bfe98be45bfa9e8cf4de5..504323922ff5ac8b413fa79c2122c09492b7c6d8 100644
(file)
--- 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;
}
Impressum
,
Datenschutz