From eb55fc84531c6163e6fc0cf80d0501a5166cae76 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Thu, 20 Nov 2025 03:33:09 +0000 Subject: [PATCH] Don't include calling isPrintfInit in iQue debug builds (#2672) --- src/boot/boot_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index cfe011ac33..91b74cbe9f 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -36,7 +36,7 @@ void bootproc(void) { gCartHandle = osCartRomInit(); osDriveRomInit(); -#if DEBUG_FEATURES +#if DEBUG_FEATURES && !PLATFORM_IQUE isPrintfInit(); #endif Locale_Init();