projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added support for Legic tags to `hf search` command (#815)
[proxmark3-svn]
/
client
/
cmdhfepa.c
diff --git
a/client/cmdhfepa.c
b/client/cmdhfepa.c
index ac1f4268eb7f057b36d8a3a6a7ea7952a2b9c6e5..76664bf59616468ba55c832dae8da24e6ba5e2e6 100644
(file)
--- a/
client/cmdhfepa.c
+++ b/
client/cmdhfepa.c
@@
-202,10
+202,7
@@
int CmdHelp(const char *Cmd)
int CmdHFEPA(const char *Cmd)
{
- // flush
- WaitForResponseTimeout(CMD_ACK,NULL,100);
-
- // parse
- CmdsParse(CommandTable, Cmd);
- return 0;
+ (void)WaitForResponseTimeout(CMD_ACK,NULL,100);
+ CmdsParse(CommandTable, Cmd);
+ return 0;
}
Impressum
,
Datenschutz