From f4f6750308b8e25940a71f6a29b083ba14667746 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 31 Aug 2020 21:09:51 -0400 Subject: [PATCH] price of lazy progress --- 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 e261a968c6..849ea696be 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -704,7 +704,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) #define RAM_UNUSED_SIZE 8600 #endif #ifndef CCM_UNUSED_SIZE -#define CCM_UNUSED_SIZE 2900 +#define CCM_UNUSED_SIZE 900 #endif static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE]; static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;