fix warning under linux

This commit is contained in:
merlokk 2018-10-31 16:58:51 +02:00
commit 464f0b4cf8

View file

@ -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