projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix MacOS compile errors by replacing memalign() with posix_memalign()
[proxmark3-svn]
/
client
/
cmdlfvisa2000.c
diff --git
a/client/cmdlfvisa2000.c
b/client/cmdlfvisa2000.c
index b461d94d56bb698265684ae48671dfb38f534908..562b9bcdb583c06034f1e3762cad1f2656548995 100644
(file)
--- a/
client/cmdlfvisa2000.c
+++ b/
client/cmdlfvisa2000.c
@@
-119,7
+119,7
@@
int CmdVisa2kDemod(const char *Cmd) {
return 0;
}
setDemodBuf(DemodBuffer, 96, ans);
-
//setGrid_Clock(64
);
+
setClockGrid(g_DemodClock, g_DemodStartIdx + (ans*g_DemodClock)
);
//got a good demod
uint32_t raw1 = bytebits_to_byte(DemodBuffer, 32);
Impressum
,
Datenschutz