From 26574555a2a4ef9d3961c1ec35374a2b40d90767 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 13 Dec 2019 23:07:56 -0500 Subject: [PATCH] great news about #1055 --- firmware/controllers/engine_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index c6b5cf3280..c682519595 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -798,7 +798,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) // help to notice when RAM usage goes up - if a code change adds to RAM usage these variables would fail // linking process which is the way to raise the alarm #ifndef RAM_UNUSED_SIZE -#define RAM_UNUSED_SIZE 11500 +#define RAM_UNUSED_SIZE 10000 #endif #ifndef CCM_UNUSED_SIZE #define CCM_UNUSED_SIZE 4600