mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
fix warning under linux (#709)
This commit is contained in:
parent
4b5d696c17
commit
6eeb5f1c29
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ static int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint3
|
|||
uint8_t dmaBuf[ISO15693_DMA_BUFFER_SIZE];
|
||||
|
||||
// the decoder data structure
|
||||
DecodeReader_t DecodeReader;
|
||||
DecodeReader_t DecodeReader = {0};
|
||||
DecodeReaderInit(received, max_len, &DecodeReader);
|
||||
|
||||
// wait for last transfer to complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue