diff --git a/furi/core/check.h b/furi/core/check.h index 94c4e2b38..9fae15fdc 100644 --- a/furi/core/check.h +++ b/furi/core/check.h @@ -23,7 +23,9 @@ extern "C" { #define FURI_NORETURN noreturn #endif +#ifndef FURI_RAM_EXEC #define __FURI_TRACE +#endif // Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls. #ifndef __FURI_TRACE