Furi: Temp disable FURI_TRACE (we're out of flash) --nobuild

This commit is contained in:
Willy-JL
2024-10-14 23:20:56 +01:00
parent c204ba944d
commit 749137dd1a

View File

@@ -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.