mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
OLD->MIX
This commit is contained in:
parent
25890c3567
commit
a7260029be
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ static int CmdHFiClassSim(const char *Cmd) {
|
||||||
default: {
|
default: {
|
||||||
uint8_t numberOfCSNs = 0;
|
uint8_t numberOfCSNs = 0;
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommandOLD(CMD_HF_ICLASS_SIMULATE, simType, numberOfCSNs, 0, CSN, 8);
|
SendCommandMIX(CMD_HF_ICLASS_SIMULATE, simType, numberOfCSNs, 0, CSN, 8);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue