From 9b3266b800f372da18ece139715d6bff885f2a64 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:34:00 +0000 Subject: [PATCH] Test re-enable FURI_TRACE --- furi/core/check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/furi/core/check.h b/furi/core/check.h index dfac95754c..f64bf17d45 100644 --- a/furi/core/check.h +++ b/furi/core/check.h @@ -22,7 +22,7 @@ extern "C" { // When enabled will use file paths instead of "furi_check failed" #if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG) -// #define __FURI_TRACE +#define __FURI_TRACE #endif // Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls.