Add PRIx64 for gcc-arm-none-eabi v8

This commit is contained in:
Philippe Teuwen 2020-03-13 18:03:48 +01:00
parent a4de186b31
commit 78a2a6891f

View file

@ -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