From 767183b369c9736275b43faba1e1aa3d1aed47c2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 9 Feb 2021 00:08:00 -0500 Subject: [PATCH] M62T vanos support #2243 RAM everything takes a bit of 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 e368c019fa..85ae429c4a 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -714,7 +714,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) * UNUSED_SIZE constants. */ #ifndef RAM_UNUSED_SIZE -#define RAM_UNUSED_SIZE 3150 +#define RAM_UNUSED_SIZE 2350 #endif #ifndef CCM_UNUSED_SIZE #define CCM_UNUSED_SIZE 2800