fix coverity

This commit is contained in:
iceman1001 2020-10-16 17:13:14 +02:00
commit 63603cc422

View file

@ -1879,11 +1879,6 @@ void iClass_WriteBlock(uint8_t *msg) {
return;
} else {
if (resp == NULL) {
res = true;
break;
}
if (GetIso15693AnswerFromTag(resp, sizeof(resp), ICLASS_READER_TIMEOUT_UPDATE, &eof_time) == 10) {
res = true;
break;