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

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