summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();