chg... names names..sigh

This commit is contained in:
iceman1001 2019-02-24 14:39:20 +01:00
parent 730b4940f8
commit 8cc9cc312f

View file

@ -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);