This commit is contained in:
Philippe Teuwen 2019-05-09 20:20:54 +02:00
commit 39c7941930
17 changed files with 20 additions and 20 deletions

View file

@ -404,7 +404,7 @@ static int CmdIndalaSim(const char *Cmd) {
SendCommandOLD(CMD_PSK_SIM_TAG, clk << 8 | carrier, invert, sizeof(bits), bits, sizeof(bits));
PacketResponseNG resp;
WaitForResponse(CMD_PSK_SIM_TAG, &resp);
if (resp.status!=PM3_EOPABORTED)
if (resp.status != PM3_EOPABORTED)
return resp.status;
return PM3_SUCCESS;
}