mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
remove iso15 getUID timeout msg
This commit is contained in:
parent
730927a81d
commit
7195ce9b27
1 changed files with 0 additions and 3 deletions
|
@ -224,9 +224,6 @@ static int getUID(uint8_t *buf) {
|
|||
}
|
||||
} // retry
|
||||
|
||||
if (retry >= 3)
|
||||
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue