From bb205f093191c0a4d1b1835f3442dbda40e8eab8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 2 Oct 2025 11:01:37 +1000 Subject: [PATCH] qemu/mpconfigport: Remove definitions of _FMT macros. Let the defaults in `py/mpconfig.h` be used instead. Signed-off-by: Damien George --- ports/qemu/mpconfigport.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/qemu/mpconfigport.h b/ports/qemu/mpconfigport.h index 3d2466a919..65c83a5fea 100644 --- a/ports/qemu/mpconfigport.h +++ b/ports/qemu/mpconfigport.h @@ -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()