mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
typo
This commit is contained in:
parent
960b21793c
commit
52d1b7341f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
//97 50 = Bit oriented anti-collision level3
|
//97 50 = Bit oriented anti-collision level3
|
||||||
//97 70 = Select of cascade level3
|
//97 70 = Select of cascade level3
|
||||||
if (cmd[1] == 0x70)
|
if (cmd[1] == 0x70)
|
||||||
snprintf(exp, size, "SELECT_UID-2");
|
snprintf(exp, size, "SELECT_UID-3");
|
||||||
else if (cmd[1] == 0x20 || cmd[1] == 0x50)
|
else if (cmd[1] == 0x20 || cmd[1] == 0x50)
|
||||||
snprintf(exp, size, "ANTICOLL-3");
|
snprintf(exp, size, "ANTICOLL-3");
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue