mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix lf_icehid on gcc v8
This commit is contained in:
parent
aa0c2845cb
commit
7ad649130a
2 changed files with 1 additions and 6 deletions
|
@ -17,12 +17,6 @@
|
|||
#ifndef PRIx64
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
#ifndef PRIx32
|
||||
#define PRIx32 "lx"
|
||||
#endif
|
||||
#ifndef PRIu32
|
||||
#define PRIu32 "lu"
|
||||
#endif
|
||||
|
||||
// Basic macros
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue