mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2539 from Sanduuz/master
Fixed typo in standard name
This commit is contained in:
commit
55ef252a5d
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ int SelectCard14443A_4_WithParameters(bool disconnect, bool verbose, iso14a_card
|
|||
// check result
|
||||
if (resp.oldarg[0] == 0) {
|
||||
if (verbose) {
|
||||
PrintAndLogEx(WARNING, "No ISO1443-A Card in field");
|
||||
PrintAndLogEx(WARNING, "No ISO14443-A Card in field");
|
||||
}
|
||||
return PM3_ECARDEXCHANGE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue