projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compiler warning in cmdhflegic.c (and whitespace fixes) (#826)
[proxmark3-svn]
/
client
/
cmdhfepa.c
diff --git
a/client/cmdhfepa.c
b/client/cmdhfepa.c
index e73f58340549bf3ff9ea933ae6046d747904b798..76664bf59616468ba55c832dae8da24e6ba5e2e6 100644
(file)
--- a/
client/cmdhfepa.c
+++ b/
client/cmdhfepa.c
@@
-16,7
+16,8
@@
#include <unistd.h>
#include <stdio.h>
#include "util.h"
#include <unistd.h>
#include <stdio.h>
#include "util.h"
-#include "proxmark3.h"
+#include "util_posix.h"
+#include "comms.h"
#include "ui.h"
#include "cmdparser.h"
#include "common.h"
#include "ui.h"
#include "cmdparser.h"
#include "common.h"
@@
-201,10
+202,7
@@
int CmdHelp(const char *Cmd)
int CmdHFEPA(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