mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +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);
|
||||
print_atqb_resp(card.atqb, card.cid);
|
||||
isSuccess = true;
|
||||
break;
|
||||
case 2:
|
||||
if (verbose) PrintAndLogEx(FAILED, "ISO 14443-3 ATTRIB fail");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue