mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-16 00:18:11 -07:00
Temp disable FURI_TRACE crash msg, need more DFU
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user