mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08: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
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
#ifndef PRIx32
|
||||
#define PRIx32 "lx"
|
||||
#endif
|
||||
#ifndef PRIu32
|
||||
#define PRIu32 "lu"
|
||||
#endif
|
||||
|
||||
// Basic macros
|
||||
|
||||
|
|
Loading…
Reference in a new issue