mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
more temp fix for PRIx32, PRIu32 : lf_icehid , hf_young
This commit is contained in:
parent
2d64b5d3a2
commit
aa0c2845cb
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
#ifndef PRIx64
|
#ifndef PRIx64
|
||||||
#define PRIx64 "llx"
|
#define PRIx64 "llx"
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef PRIx32
|
||||||
|
#define PRIx32 "lx"
|
||||||
|
#endif
|
||||||
|
#ifndef PRIu32
|
||||||
|
#define PRIu32 "lu"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Basic macros
|
// Basic macros
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue