]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfcotag.c
started to enable demod graphing
[proxmark3-svn] / client / cmdlfcotag.c
index 0f68064e55e83063af045d603db51113c284cc9b..71f171157a4bcfea6f8d6edcf8c89db96e2e820a 100644 (file)
@@ -43,7 +43,8 @@ int CmdCOTAGDemod(const char *Cmd) {
        size_t bitlen = COTAG_BITS;
        memcpy(bits, DemodBuffer, COTAG_BITS);
        
-       int err = manrawdecode(bits, &bitlen, 1);
+       uint8_t alignPos = 0;
+       int err = manrawdecode(bits, &bitlen, 1, &alignPos);
        if (err){
                if (g_debugMode) PrintAndLog("DEBUG: Error - COTAG too many errors: %d", err);
                return -1;
Impressum, Datenschutz