mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 20:18:17 +08:00
REM: Removed #define llx PRIx64, all these defines are located in proxmark3.h
This commit is contained in:
parent
9b98cb88b2
commit
a429510647
4 changed files with 0 additions and 8 deletions
|
@ -27,8 +27,6 @@
|
||||||
#include "nonce2key/nonce2key.h"
|
#include "nonce2key/nonce2key.h"
|
||||||
#include "cmdhf.h"
|
#include "cmdhf.h"
|
||||||
|
|
||||||
#define llx PRIx64
|
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
static void waitCmd(uint8_t iLen);
|
static void waitCmd(uint8_t iLen);
|
||||||
|
|
||||||
|
|
|
@ -34,8 +34,6 @@
|
||||||
#include "cmdhfmfu.h"
|
#include "cmdhfmfu.h"
|
||||||
#include "cmdhf.h"
|
#include "cmdhf.h"
|
||||||
|
|
||||||
#define llX PRIx64
|
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|
||||||
#define ICLASS_KEYS_MAX 8
|
#define ICLASS_KEYS_MAX 8
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#include "cmdlfem4x.h"
|
#include "cmdlfem4x.h"
|
||||||
#include "lfdemod.h"
|
#include "lfdemod.h"
|
||||||
|
|
||||||
#define llx PRIx64
|
|
||||||
|
|
||||||
char *global_em410xId;
|
char *global_em410xId;
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
#include "mifarehost.h"
|
#include "mifarehost.h"
|
||||||
#include "proxmark3.h"
|
#include "proxmark3.h"
|
||||||
|
|
||||||
#define llx PRIx64
|
|
||||||
|
|
||||||
// MIFARE
|
// MIFARE
|
||||||
int compar_int(const void * a, const void * b) {
|
int compar_int(const void * a, const void * b) {
|
||||||
// didn't work: (the result is truncated to 32 bits)
|
// didn't work: (the result is truncated to 32 bits)
|
||||||
|
|
Loading…
Add table
Reference in a new issue