From 749137dd1ab099a53473a043a12b5ff7e48f5a56 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:20:56 +0100 Subject: [PATCH] Furi: Temp disable FURI_TRACE (we're out of flash) --nobuild --- 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 f64bf17d4..dfac95754 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.