mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Update cmdhficlass.c
This commit is contained in:
parent
0692af8425
commit
28c4f66c0b
1 changed files with 0 additions and 4 deletions
|
@ -4422,10 +4422,6 @@ static int CmdHFiClassConfigCard(const char *Cmd) {
|
|||
return PM3_EINVARG;
|
||||
}
|
||||
}
|
||||
if(ccidx < -1 && ccidx > 12 && IsCardHelperPresent(false) == false){
|
||||
PrintAndLogEx(ERR, "Please specify a configuration between 0 and 12!");
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
generate_config_card(item, key, got_kr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue