CHG: continue code cleanup.
REM: removed stdint.h , since we are using c99 when compiling.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include "proxmark3.h"
|
||||
#include "apps.h"
|
||||
#include "tlv.h"
|
||||
@@ -30,15 +31,6 @@
|
||||
// reader voltage field detector
|
||||
#define EMV_MINFIELDV 4000
|
||||
|
||||
// debug
|
||||
// 0 - no debug messages 1 - error messages 2 - all messages 4 - extended debug mode
|
||||
#define EMV_DBG_NONE 0
|
||||
#define EMV_DBG_ERROR 1
|
||||
#define EMV_DBG_ALL 2
|
||||
#define EMV_DBG_EXTENDED 4
|
||||
|
||||
extern int EMV_DBGLEVEL;
|
||||
|
||||
//EMV emulator states need to update
|
||||
#define EMVEMUL_NOFIELD 0
|
||||
#define EMVEMUL_IDLE 1
|
||||
|
||||
Reference in New Issue
Block a user