chg... names names..sigh
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user