mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
missed to remove exclamation mark
This commit is contained in:
parent
97a1f97308
commit
6df79e3926
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ static int CmdHF14AReader(const char *Cmd) {
|
|||
bool continuous = arg_get_lit(ctx, 7);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
if (!disconnectAfter == false) {
|
||||
if (disconnectAfter == false) {
|
||||
cm |= ISO14A_NO_DISCONNECT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue