This commit is contained in:
Philippe Teuwen
2019-05-09 20:20:54 +02:00
parent 2bee7e12f6
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;
}