mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03:01 -07:00
'hf 14b' formatting
* renaming a few functions * whitespace * moving a bit towards RRG repo
This commit is contained in:
parent
c41dd5f9f6
commit
a334de73d2
3 changed files with 226 additions and 179 deletions
|
@ -61,7 +61,7 @@ int CmdHFSearch(const char *Cmd){
|
|||
return ans;
|
||||
}
|
||||
//14b is longest test currently (and rarest chip type) ... put last
|
||||
ans = HF14BInfo(false);
|
||||
ans = infoHF14B(false);
|
||||
if (ans) {
|
||||
PrintAndLog("\nValid ISO14443B Tag Found - Quiting Search\n");
|
||||
return ans;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue