From 77ddb49d91d92fbc0235620c6423c407b1cdc97a Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 31 Aug 2020 21:30:47 -0400 Subject: [PATCH] price of lazy progress --- firmware/controllers/engine_controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index 849ea696be..1fadfb0109 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -701,10 +701,10 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) * UNUSED_SIZE constants. */ #ifndef RAM_UNUSED_SIZE -#define RAM_UNUSED_SIZE 8600 +#define RAM_UNUSED_SIZE 6600 #endif #ifndef CCM_UNUSED_SIZE -#define CCM_UNUSED_SIZE 900 +#define CCM_UNUSED_SIZE 2900 #endif static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE]; static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;