From 947633b0c0407618ec6d64eebd6833a53a526b62 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 29 Mar 2017 20:52:03 -0400 Subject: [PATCH] progress with Eclipse --- firmware/rusefi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 913222b023..1e7dcc0916 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -241,7 +241,7 @@ void chDbgStackOverflowPanic(thread_t *otp) { chDbgPanic3(panicMessage, __FILE__, __LINE__); } -static char UNUSED_RAM_SIZE[21100]; +static char UNUSED_RAM_SIZE[20100]; static char UNUSED_CCM_SIZE[9500] CCM_OPTIONAL;