mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
fixed 'hf mf' command and some others
This commit is contained in:
parent
fe7bfa7856
commit
7dd1908b24
3 changed files with 3 additions and 3 deletions
|
@ -1676,7 +1676,7 @@ static command_t CommandTable[] =
|
|||
int CmdHFMF(const char *Cmd)
|
||||
{
|
||||
// flush
|
||||
while (!WaitForResponseTimeout(CMD_ACK,NULL,500));
|
||||
WaitForResponseTimeout(CMD_ACK,NULL,100);
|
||||
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue