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:
Damien George
2025-10-02 11:01:37 +10:00
parent 75fb1addad
commit bb205f0931

View File

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