From f3ac15acdc24b93677419af412275cec7060b33b Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 18 Jan 2024 07:41:48 +0000 Subject: [PATCH] Fix updater bin being phat (for now) --- furi/core/check.h | 2 ++ 1 file changed, 2 insertions(+) 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