mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
31f7f17766
commit
3b944adbd0
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ static int CmdSmartInfo(const char *Cmd) {
|
||||||
PacketResponseNG resp;
|
PacketResponseNG resp;
|
||||||
if (!WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500)) {
|
if (!WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500)) {
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
PrintAndLogEx(WARNING, "smart card select failed");
|
PrintAndLogEx(WARNING, "smart card timeout");
|
||||||
}
|
}
|
||||||
return PM3_ETIMEOUT;
|
return PM3_ETIMEOUT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue