From 6c7870d1b5d2caebe369d3fea060d0464818074d Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 10 Jul 2019 02:21:47 -0400 Subject: [PATCH] we have some space! --- 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 58768f8ffc..c6516009c6 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -793,7 +793,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 11000 +#define RAM_UNUSED_SIZE 13000 #endif #ifndef CCM_UNUSED_SIZE #define CCM_UNUSED_SIZE 4600