mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
DropField
This commit is contained in:
parent
10409c3fdc
commit
5bca74e5c8
1 changed files with 2 additions and 0 deletions
|
@ -5235,6 +5235,7 @@ static int CmdHF14ADesChKeySettings(const char *Cmd) {
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "Key settings " _GREEN_("changed"));
|
PrintAndLogEx(INFO, "Key settings " _GREEN_("changed"));
|
||||||
|
|
||||||
|
DropField();
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5342,6 +5343,7 @@ static int CmdHF14ADesGetKeyVersions(const char *Cmd) {
|
||||||
PrintAndLogEx(INFO, "No key versions returned.");
|
PrintAndLogEx(INFO, "No key versions returned.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DropField();
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue