projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FIX: introduced a bug in a loop by uint8_t inside crapto1.c
[proxmark3-svn]
/
client
/
cmdhw.c
diff --git
a/client/cmdhw.c
b/client/cmdhw.c
index 03f4186ffa000fcb023c774f897b283c502fe127..11112118949ecdd7a3364996bcb2520335cfe16d 100644
(file)
--- a/
client/cmdhw.c
+++ b/
client/cmdhw.c
@@
-473,8
+473,8
@@
static command_t CommandTable[] =
{NULL, NULL, 0, NULL}
};
-int CmdHW(const char *Cmd)
-{
+int CmdHW(const char *Cmd)
{
+ clearCommandBuffer();
CmdsParse(CommandTable, Cmd);
return 0;
}
Impressum
,
Datenschutz