mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +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
@@ -48,3 +48,4 @@ typedef int64_t mp_int_t;
|
||||
typedef uint64_t mp_uint_t;
|
||||
#define UINT_FMT "%llu"
|
||||
#define INT_FMT "%lld"
|
||||
#define HEX_FMT "%llx"
|
||||
|
||||
Reference in New Issue
Block a user