]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfepa.c
Code cleanup (#616)
[proxmark3-svn] / client / cmdhfepa.c
index ac1f4268eb7f057b36d8a3a6a7ea7952a2b9c6e5..76664bf59616468ba55c832dae8da24e6ba5e2e6 100644 (file)
@@ -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