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.