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

@ -262,7 +262,7 @@ static int CmdHIDSim(const char *Cmd) {
SendCommandMIX(CMD_HID_SIM_TAG, hi, lo, 0, NULL, 0);
PacketResponseNG resp;
WaitForResponse(CMD_HID_SIM_TAG, &resp);
if (resp.status!=PM3_EOPABORTED)
if (resp.status != PM3_EOPABORTED)
return resp.status;
return PM3_SUCCESS;
}