mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
This commit is contained in:
commit
2d64b5d3a2
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