mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
fix: 'hf 14b info' - missing break
This commit is contained in:
parent
439f767b4d
commit
697af67bf1
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ bool HF14B_Std_Info(bool verbose){
|
||||||
PrintAndLogEx(NORMAL, " CHIPID : %02X", card.chipid);
|
PrintAndLogEx(NORMAL, " CHIPID : %02X", card.chipid);
|
||||||
print_atqb_resp(card.atqb, card.cid);
|
print_atqb_resp(card.atqb, card.cid);
|
||||||
isSuccess = true;
|
isSuccess = true;
|
||||||
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (verbose) PrintAndLogEx(FAILED, "ISO 14443-3 ATTRIB fail");
|
if (verbose) PrintAndLogEx(FAILED, "ISO 14443-3 ATTRIB fail");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue