summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-11-20 03:33:09 +0000
committerGitHub <noreply@github.com>2025-11-19 22:33:09 -0500
commiteb55fc84531c6163e6fc0cf80d0501a5166cae76 (patch)
treeec543c39dad64dc5aea13540fbd2b4d6ad000f71 /src/boot
parent9f5ddc518aacd38fe077818a8526c19c1da59c5e (diff)
Don't include calling isPrintfInit in iQue debug builds (#2672)
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/boot_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c
index cfe011ac3..91b74cbe9 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();