projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: help text changes in cmdlfjablotron.c
[proxmark3-svn]
/
client
/
cmdlfem4x.c
diff --git
a/client/cmdlfem4x.c
b/client/cmdlfem4x.c
index 4eaabef36fc7753e616b00a5811c9f573f164ada..1bcc384a50a8cc8d739265a62b4897ed0c5c9a6a 100644
(file)
--- a/
client/cmdlfem4x.c
+++ b/
client/cmdlfem4x.c
@@
-11,15
+11,7
@@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include "proxmark3.h"
-#include "ui.h"
-#include "util.h"
-#include "graph.h"
-#include "cmdparser.h"
-#include "cmddata.h"
-#include "cmdlf.h"
#include "cmdlfem4x.h"
#include "cmdlfem4x.h"
-#include "lfdemod.h"
char *global_em410xId;
char *global_em410xId;
@@
-611,14
+603,13
@@
static command_t CommandTable[] =
{NULL, NULL, 0, NULL}
};
{NULL, NULL, 0, NULL}
};
-int CmdLFEM4X(const char *Cmd)
-{
+int CmdLFEM4X(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