mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +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
|
typedef uint32_t mp_uint_t; // must be pointer size
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define UINT_FMT "%lu"
|
|
||||||
#define INT_FMT "%ld"
|
|
||||||
#define HEX_FMT "%lx"
|
|
||||||
|
|
||||||
typedef long mp_off_t;
|
typedef long mp_off_t;
|
||||||
|
|
||||||
// We need to provide a declaration/definition of alloca()
|
// We need to provide a declaration/definition of alloca()
|
||||||
|
|||||||
Reference in New Issue
Block a user