mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
clean up
This commit is contained in:
parent
e94a653038
commit
010668ebb1
6 changed files with 7 additions and 14 deletions
|
@ -1060,7 +1060,7 @@ int GetIso15693AnswerFromTag(uint8_t *response, uint16_t max_len, uint16_t timeo
|
|||
|
||||
if (dtf->len > dtf->max_len) {
|
||||
ret = PM3_EOVFLOW;
|
||||
Dbprintf("overflow (%d > %d", dtf->len, dtf->max_len);
|
||||
Dbprintf("overflow (%d > %d)", dtf->len, dtf->max_len);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -1083,7 +1083,7 @@ int GetIso15693AnswerFromTag(uint8_t *response, uint16_t max_len, uint16_t timeo
|
|||
|
||||
if (dt->len > dt->max_len) {
|
||||
ret = PM3_EOVFLOW;
|
||||
Dbprintf("overflow (%d > %d", dt->len, dt->max_len);
|
||||
Dbprintf("overflow (%d > %d)", dt->len, dt->max_len);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue