but what?!

This commit is contained in:
rusefi 2020-04-14 13:27:07 -04:00
parent e0712daa63
commit 049724b902
1 changed files with 2 additions and 2 deletions

View File

@ -695,10 +695,10 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
// help to notice when RAM usage goes up - if a code change adds to RAM usage these variables would fail
// linking process which is the way to raise the alarm
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 13400
#define RAM_UNUSED_SIZE 13600
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 4100
#define CCM_UNUSED_SIZE 3700
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;