X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8db0534ed1647ff3b17cff63bf0dc1bdbaf039ed..fb0c84c3df8bb19bcefb5d2124d61ff2ac3d0af7:/common/lfdemod.c diff --git a/common/lfdemod.c b/common/lfdemod.c index 47e63ef6..96b187b7 100644 --- a/common/lfdemod.c +++ b/common/lfdemod.c @@ -108,6 +108,7 @@ uint64_t Em410xDecode(uint8_t *BitStream, size_t *size, size_t *startIdx) errChk = 0; break; } + //set uint64 with ID from BitStream for (uint8_t ii=0; ii<4; ii++){ lo = (lo << 1LL) | (BitStream[(i*5)+ii+idx]); }