X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1b492a97af74c0cb6c9886bce8b777d6bb50798d..1e3a799d47fc551bb9c1611c6d7db47844dd03b7:/client/cmdlfawid26.c diff --git a/client/cmdlfawid26.c b/client/cmdlfawid26.c index 71f227f2..48e599db 100644 --- a/client/cmdlfawid26.c +++ b/client/cmdlfawid26.c @@ -57,11 +57,12 @@ int CmdClone(const char *Cmd) // convert 96 bit AWID FSK data to 8 digit BCD UID bool awid26_hex_to_uid(unsigned char *response, char *awid26) { - uint8_t i, tmp[96], tmp1[7]; - int site; - int id; + //uint8_t i, tmp[96], tmp1[7]; + //uint8_t tmp[96] = {0x00}; + //int site; + //int id; - if(!hextobinarray(tmp, awid26)) + //if(!hextobinarray(tmp, awid26)) return false; // // data is in blocks of 4 bits - every 4th bit is parity, except the first