mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
qemu/mpconfigport: Remove definitions of _FMT macros.
Let the defaults in `py/mpconfig.h` be used instead. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -78,10 +78,6 @@ typedef int32_t mp_int_t; // must be pointer size
|
||||
typedef uint32_t mp_uint_t; // must be pointer size
|
||||
#endif
|
||||
|
||||
#define UINT_FMT "%lu"
|
||||
#define INT_FMT "%ld"
|
||||
#define HEX_FMT "%lx"
|
||||
|
||||
typedef long mp_off_t;
|
||||
|
||||
// We need to provide a declaration/definition of alloca()
|
||||
|
||||
Reference in New Issue
Block a user