mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
text
This commit is contained in:
parent
af91f119d2
commit
d516e37ace
1 changed files with 1 additions and 1 deletions
|
@ -1167,7 +1167,7 @@ bool smart_select(bool verbose, smart_card_atr_t *atr) {
|
||||||
SendCommandNG(CMD_SMART_ATR, NULL, 0);
|
SendCommandNG(CMD_SMART_ATR, NULL, 0);
|
||||||
PacketResponseNG resp;
|
PacketResponseNG resp;
|
||||||
if (WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500) == false) {
|
if (WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500) == false) {
|
||||||
if (verbose) PrintAndLogEx(WARNING, "smart card select timeouted");
|
if (verbose) PrintAndLogEx(WARNING, "smart card select timeout");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue