diff --git a/firmware/.cproject b/firmware/.cproject index d711ed288d..c4273e25bd 100644 --- a/firmware/.cproject +++ b/firmware/.cproject @@ -41,7 +41,8 @@ - + + @@ -167,7 +168,7 @@ - + diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index b24d5a6032..f310c5950f 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -241,7 +241,7 @@ void chDbgStackOverflowPanic(Thread *otp) { chDbgPanic3(panicMessage, __FILE__, __LINE__); } -static char UNUSED_RAM_SIZE[22100]; +static char UNUSED_RAM_SIZE[21100]; static char UNUSED_CCM_SIZE[9500] CCM_OPTIONAL;