From 141cad585c5915b95bb36b25ed228111fd1d0368 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 7 Sep 2020 00:23:18 -0400 Subject: [PATCH] do we need RAM?! --- 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 680ce4b068..cd7dcac3cf 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -708,7 +708,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) * UNUSED_SIZE constants. */ #ifndef RAM_UNUSED_SIZE -#define RAM_UNUSED_SIZE 6200 +#define RAM_UNUSED_SIZE 6100 #endif #ifndef CCM_UNUSED_SIZE #define CCM_UNUSED_SIZE 2900