]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
ADD: added the possibility to choose which block num to attack with "hf mf mifare...
[proxmark3-svn] / client / cmdlfem4x.c
index ebf84950e8548ce2ced8f67c280017e3b3331e5c..4eaabef36fc7753e616b00a5811c9f573f164ada 100644 (file)
@@ -21,8 +21,6 @@
 #include "cmdlfem4x.h"
 #include "lfdemod.h"
 
-#define llx PRIx64
-
 char *global_em410xId;
 
 static int CmdHelp(const char *Cmd);
@@ -59,7 +57,7 @@ int CmdEM410xRead(const char *Cmd)
        }
        char id[12] = {0x00};
        //sprintf(id, "%010llx",lo);
-        sprintf(id, "%010" PRIu64 ", lo);      
+        sprintf(id, "%010"PRIu64, lo); 
        
        global_em410xId = id;
        return 1;
Impressum, Datenschutz