mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
syntax sugar
This commit is contained in:
parent
3438d016c7
commit
7a71df3aec
1 changed files with 4 additions and 2 deletions
|
@ -965,8 +965,10 @@ int CmdHF14AMfUInfo(const char *Cmd){
|
||||||
DropField();
|
DropField();
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
if (status == 16) ulc_print_configuration(ulc_conf);
|
if (status == 16)
|
||||||
else locked = true;
|
ulc_print_configuration(ulc_conf);
|
||||||
|
else
|
||||||
|
locked = true;
|
||||||
|
|
||||||
if ((tagtype & MAGIC)) {
|
if ((tagtype & MAGIC)) {
|
||||||
//just read key
|
//just read key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue