mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: bad check
This commit is contained in:
parent
aaac99fdee
commit
a49b3763dd
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ static bool get_14b_UID(iso14b_card_select_t *card) {
|
|||
}
|
||||
} // retry
|
||||
|
||||
if ( !retry )
|
||||
if ( retry <= 0 )
|
||||
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue