projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of https://github.com/iceman1001/proxmark3
[proxmark3-svn]
/
client
/
cmdlfjablotron.c
diff --git
a/client/cmdlfjablotron.c
b/client/cmdlfjablotron.c
index 1f279a3b3b113a7c16e5373dfdf5af04972f0b31..bd99fede512f47aebd5f866826fdedf12525ebab 100644
(file)
--- a/
client/cmdlfjablotron.c
+++ b/
client/cmdlfjablotron.c
@@
-179,7
+179,7
@@
int CmdJablotronClone(const char *Cmd) {
UsbCommand resp;
UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}};
UsbCommand resp;
UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}};
- for (int i
=4; i>=0; i--
) {
+ for (int i
= 2; i >= 0; --i
) {
c.arg[0] = blocks[i];
c.arg[1] = i;
clearCommandBuffer();
c.arg[0] = blocks[i];
c.arg[1] = i;
clearCommandBuffer();
Impressum
,
Datenschutz