NG->MIX for few cmds where the zeroes were actual args

CMD_READER_ISO_14443a
CMD_EPA_PACE_REPLAY
CMD_TEST_HITAGS_TRACES
CMD_FELICA_COMMAND
This commit is contained in:
Philippe Teuwen
2019-05-09 12:33:13 +02:00
parent 84f696451d
commit 730927a81d
4 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ static int CmdHFEPAPACEReplay(const char *Cmd) {
// now perform the replay
clearCommandBuffer();
SendCommandNG(CMD_EPA_PACE_REPLAY, NULL, 0);
SendCommandMIX(CMD_EPA_PACE_REPLAY, 0, 0, 0, NULL, 0);
WaitForResponse(CMD_ACK, &resp);
if (resp.oldarg[0] != 0) {
PrintAndLogEx(NORMAL, "\nPACE replay failed in step %u!", (uint32_t)resp.oldarg[0]);