From 2ae7ac8ced6f62459be70ace6870eb23ac7513b9 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 10 Nov 2020 18:26:46 -0500 Subject: [PATCH] tle8888 drivers wants RAM as well --- 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 6cf8341d23..fd7530c1f1 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -709,7 +709,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) * UNUSED_SIZE constants. */ #ifndef RAM_UNUSED_SIZE -#define RAM_UNUSED_SIZE 3500 +#define RAM_UNUSED_SIZE 3400 #endif #ifndef CCM_UNUSED_SIZE #define CCM_UNUSED_SIZE 2900