Don't include calling isPrintfInit in iQue debug builds (#2672)

This commit is contained in:
Tharo 2025-11-20 03:33:09 +00:00 committed by GitHub
parent 9f5ddc518a
commit eb55fc8453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void bootproc(void) {
gCartHandle = osCartRomInit();
osDriveRomInit();
#if DEBUG_FEATURES
#if DEBUG_FEATURES && !PLATFORM_IQUE
isPrintfInit();
#endif
Locale_Init();