projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
[proxmark3-svn]
/
client
/
cmdlfpcf7931.c
diff --git
a/client/cmdlfpcf7931.c
b/client/cmdlfpcf7931.c
index 23efd2e7336b03543c605001fb24a1060c78e010..5cc576fe5bb9f436a1ba107d9509bdd355c639c4 100644
(file)
--- a/
client/cmdlfpcf7931.c
+++ b/
client/cmdlfpcf7931.c
@@
-165,14
+165,13
@@
static command_t CommandTable[] =
{NULL, NULL, 0, NULL}
};
{NULL, NULL, 0, NULL}
};
-int CmdLFPCF7931(const char *Cmd)
-{
+int CmdLFPCF7931(const char *Cmd)
{
+ clearCommandBuffer();
CmdsParse(CommandTable, Cmd);
return 0;
}
CmdsParse(CommandTable, Cmd);
return 0;
}
-int CmdHelp(const char *Cmd)
-{
+int CmdHelp(const char *Cmd) {
CmdsHelp(CommandTable);
return 0;
}
CmdsHelp(CommandTable);
return 0;
}
Impressum
,
Datenschutz