From 7e8f06cc42eada022e745eaf5f92ac489562f153 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 21 Oct 2022 12:22:08 -0400 Subject: [PATCH] current unused RAM metric? --- 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 ad3e080cb5..f91e5ac2dc 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -668,7 +668,7 @@ void initEngineController() { #define RAM_UNUSED_SIZE 30000 #endif #ifndef CCM_UNUSED_SIZE -#define CCM_UNUSED_SIZE 16 +#define CCM_UNUSED_SIZE 512 #endif static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE]; static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;