projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: removed a loop after suggestions that it was unnecessary.
[proxmark3-svn]
/
client
/
cmdlfem4x.c
diff --git
a/client/cmdlfem4x.c
b/client/cmdlfem4x.c
index 95b0342d4d5d3a0e204ad18c5d2169a22df3fc79..f6671bcdb27586eb376e147d9df30ed27cdaf17a 100644
(file)
--- a/
client/cmdlfem4x.c
+++ b/
client/cmdlfem4x.c
@@
-61,7
+61,7
@@
int CmdEM410xRead(const char *Cmd)
}
/* get clock */
}
/* get clock */
- clock = Get
Clock(Cmd, high, 0
);
+ clock = Get
AskClock(Cmd, false, false
);
/* parity for our 4 columns */
parity[0] = parity[1] = parity[2] = parity[3] = 0;
/* parity for our 4 columns */
parity[0] = parity[1] = parity[2] = parity[3] = 0;
@@
-266,7
+266,7
@@
int CmdEM410xSim(const char *Cmd)
/* stop bit */
AppendGraph(1, clock, 0);
/* stop bit */
AppendGraph(1, clock, 0);
- CmdLFSim("
24
0"); //240 start_gap.
+ CmdLFSim("0"); //240 start_gap.
return 0;
}
return 0;
}
Impressum
,
Datenschutz