From 0cf4927c47a4326269bf03548f70fd619e10bbc1 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:53:06 +0200 Subject: [PATCH] add newline for formating --- Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp index 7eb555a2..1d85f646 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp @@ -33,6 +33,7 @@ #endif #if defined(AMS_BUILD_FOR_AUDITING) || defined(AMS_BUILD_FOR_DEBUGGING) + #if defined(HOC_IRAM_LOG) #define LOGGING(...) Log(__VA_ARGS__) #elif HOC_UART_LOG