mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
f500b452d9
commit
238fc10c9a
7 changed files with 7 additions and 7 deletions
|
@ -129,7 +129,7 @@ static int CmdHFFelicaSim(const char *Cmd) {
|
|||
if (errors || cmdp == 0) return usage_hf_felica_sim();
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_FELICA_SIMULATE_TAG, tagtype, flags, 0 , uid, uidlen >> 1);
|
||||
SendCommandOLD(CMD_FELICA_SIMULATE_TAG, tagtype, flags, 0, uid, uidlen >> 1);
|
||||
PacketResponseNG resp;
|
||||
|
||||
if (verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue