mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
minor cleanups
This commit is contained in:
parent
78711df115
commit
9f669cb26f
8 changed files with 80 additions and 67 deletions
|
@ -946,7 +946,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
CmdIOdemodFSK(c->arg[0], 0, 0, 1);
|
||||
break;
|
||||
case CMD_IO_CLONE_TAG:
|
||||
CopyIOtoT55x7(c->arg[0], c->arg[1], c->d.asBytes[0]);
|
||||
CopyIOtoT55x7(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
case CMD_EM410X_DEMOD:
|
||||
CmdEM410xdemod(c->arg[0], 0, 0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue