mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix coverity
This commit is contained in:
parent
1c8194a84f
commit
63603cc422
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue