mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py/mpconfig,ports: Define new HEX_FMT formatting macro.
Signed-off-by: Jeff Epler <jepler@gmail.com>
This commit is contained in:
committed by
Damien George
parent
0c8d35b322
commit
7493275918
@@ -36,6 +36,7 @@
|
||||
// Types needed for nan-boxing
|
||||
#define UINT_FMT "%llu"
|
||||
#define INT_FMT "%lld"
|
||||
#define HEX_FMT "%llx"
|
||||
typedef int64_t mp_int_t;
|
||||
typedef uint64_t mp_uint_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user