Temp disable FURI_TRACE crash msg, need more DFU

This commit is contained in:
Willy-JL
2024-06-06 02:41:23 +01:00
parent 07ace5cf7d
commit 1939bcbd84
+4 -3
View File
@@ -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