CHG: 'sc brute' - now is interruptable, optional tlv decode,

This commit is contained in:
iceman1001 2018-12-23 09:48:46 +01:00
commit acb41a7376
7 changed files with 291 additions and 91 deletions

View file

@ -914,7 +914,7 @@ static command_t CommandTable[] =
};
int CmdHFFido(const char *Cmd) {
(void)WaitForResponseTimeout(CMD_ACK,NULL,100);
(void)WaitForResponseTimeout(CMD_ACK, NULL, 100);
CmdsParse(CommandTable, Cmd);
return 0;
}