fixed 'hf mf' command and some others

This commit is contained in:
roel@libnfc.org
2012-12-07 22:37:22 +00:00
parent fe7bfa7856
commit 7dd1908b24
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ int CmdHelp(const char *Cmd)
int CmdHFEPA(const char *Cmd)
{
// flush
while (!WaitForResponseTimeout(CMD_ACK,NULL,500));
WaitForResponseTimeout(CMD_ACK,NULL,100);
// parse
CmdsParse(CommandTable, Cmd);