fix lf_icehid on gcc v8
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// main code for HID collector aka IceHID by Iceman
|
||||
//-----------------------------------------------------------------------------
|
||||
#include <inttypes.h>
|
||||
#include "standalone.h" // standalone definitions
|
||||
#include "proxmark3_arm.h"
|
||||
#include "appmain.h"
|
||||
|
||||
@@ -17,12 +17,6 @@
|
||||
#ifndef PRIx64
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
#ifndef PRIx32
|
||||
#define PRIx32 "lx"
|
||||
#endif
|
||||
#ifndef PRIu32
|
||||
#define PRIu32 "lu"
|
||||
#endif
|
||||
|
||||
// Basic macros
|
||||
|
||||
|
||||
Reference in New Issue
Block a user