From 1939bcbd8454bd1f6e19d4585d62a7c52662afc1 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:41:23 +0100 Subject: [PATCH] Temp disable FURI_TRACE crash msg, need more DFU --- furi/core/check.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/furi/core/check.h b/furi/core/check.h index b77f759a3..b85144d65 100644 --- a/furi/core/check.h +++ b/furi/core/check.h @@ -20,9 +20,10 @@ extern "C" { #endif -#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG) -#define __FURI_TRACE -#endif +// When enabled will use file paths instead of "furi_check failed" +// #if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG) +// #define __FURI_TRACE +// #endif // Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls. #ifndef __FURI_TRACE