mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
chg... names names..sigh
This commit is contained in:
parent
730b4940f8
commit
8cc9cc312f
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ int CmdKeriSim(const char *Cmd) {
|
||||||
PrintAndLogEx(NORMAL, "Simulating KERI - Internal Id: %u", internalid);
|
PrintAndLogEx(NORMAL, "Simulating KERI - Internal Id: %u", internalid);
|
||||||
|
|
||||||
UsbCommand c = {CMD_PSK_SIM_TAG, {arg1, arg2, size}};
|
UsbCommand c = {CMD_PSK_SIM_TAG, {arg1, arg2, size}};
|
||||||
memcpy(c.d.asBytes, bs, size);
|
memcpy(c.d.asBytes, bits, size);
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue