mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add PRIx64 for gcc-arm-none-eabi v8
This commit is contained in:
parent
a4de186b31
commit
78a2a6891f
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
// PRIx64 definition missing with gcc-arm-none-eabi v8?
|
||||||
|
#ifndef PRIx64
|
||||||
|
#define PRIx64 "llx"
|
||||||
|
#endif
|
||||||
|
|
||||||
// Basic macros
|
// Basic macros
|
||||||
|
|
||||||
#ifndef SHORT_COIL
|
#ifndef SHORT_COIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue