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
commit 730927a81d
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ static void topaz_switch_on_field(void) {
}
static void topaz_switch_off_field(void) {
SendCommandNG(CMD_READER_ISO_14443a, NULL, 0);
SendCommandMIX(CMD_READER_ISO_14443a, 0, 0, 0, NULL, 0);
}
// send a raw topaz command, returns the length of the response (0 in case of error)