mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
f500b452d9
commit
238fc10c9a
7 changed files with 7 additions and 7 deletions
|
@ -481,7 +481,7 @@ int CmdHF14ASim(const char *Cmd) {
|
|||
flags |= FLAG_UID_IN_EMUL;
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_SIMULATE_TAG_ISO_14443a, tagtype, flags, 0 , uid, uidlen >> 1);
|
||||
SendCommandOLD(CMD_SIMULATE_TAG_ISO_14443a, tagtype, flags, 0, uid, uidlen >> 1);
|
||||
PacketResponseNG resp;
|
||||
|
||||
PrintAndLogEx(SUCCESS, "press pm3-button to abort simulation");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue