]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: Removed #define llx PRIx64, all these defines are located in proxmark3.h
authoriceman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 15:29:07 +0000 (16:29 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 15:29:07 +0000 (16:29 +0100)
client/cmdhf14a.c
client/cmdhficlass.c
client/cmdlfem4x.c
client/mifarehost.c

index ea2224488f9b13e82a14343459da784cbe5a214e..a0260004980e6fee28243875fd2f797a1f0ed690 100644 (file)
@@ -27,8 +27,6 @@
 #include "nonce2key/nonce2key.h"
 #include "cmdhf.h"
 
-#define llx PRIx64
-
 static int CmdHelp(const char *Cmd);
 static void waitCmd(uint8_t iLen);
 
index ec1b2c8ac697eb9cc33a6281b0e613225cb3b1d5..03e99899e0502e623608e535abe8c0cb9bb9fde9 100644 (file)
@@ -34,8 +34,6 @@
 #include "cmdhfmfu.h"
 #include "cmdhf.h"
 
-#define llX PRIx64
-
 static int CmdHelp(const char *Cmd);
 
 #define ICLASS_KEYS_MAX 8
index 1f78a6f237889f456cf27fab0f934884a2b12b24..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);
index 5870803b535f144eafd7d002f648890f67c781ba..431db9dcd35c44f1a41e5fae84402a55d80be1bd 100644 (file)
@@ -15,8 +15,6 @@
 #include "mifarehost.h"\r
 #include "proxmark3.h"\r
 \r
-#define llx PRIx64\r
-\r
 // MIFARE\r
 int compar_int(const void * a, const void * b) {\r
        // didn't work: (the result is truncated to 32 bits)\r
Impressum, Datenschutz