mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08: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"
|
||||
|
||||
// PRIx64 definition missing with gcc-arm-none-eabi v8?
|
||||
#ifndef PRIx64
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
|
||||
// Basic macros
|
||||
|
||||
#ifndef SHORT_COIL
|
||||
|
|
Loading…
Reference in a new issue