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