X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b8f705e73e60cc098c220152e856ca8ec42f6fa4..add0504deaacb2736dd7ff04c95daf9ce1d025ad:/armsrc/lfops.c diff --git a/armsrc/lfops.c b/armsrc/lfops.c index 1bd23e5a..d6d686e1 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -953,7 +953,7 @@ void CmdIOdemodFSK(int findone, int *high, int *low, int ledcontrol) code = bytebits_to_byte(dest+idx,32); code2 = bytebits_to_byte(dest+idx+32,32); version = bytebits_to_byte(dest+idx+27,8); //14,4 - facilitycode = bytebits_to_byte(dest+idx+18,8) ; + facilitycode = bytebits_to_byte(dest+idx+18,8); number = (bytebits_to_byte(dest+idx+36,8)<<8)|(bytebits_to_byte(dest+idx+45,8)); //36,9 crc = bytebits_to_byte(dest+idx+54,8);