mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
small fix to please @dmaij's compiler (issue #703)
This commit is contained in:
parent
8c6cca0ba1
commit
3685f89cbd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue