Skip to content

Commit

Permalink
Test re-enable FURI_TRACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 5, 2024
1 parent e63c0ab commit 9b3266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion furi/core/check.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b3266b

Please sign in to comment.