This commit is contained in:
rusefi 2019-01-14 12:56:53 -05:00
parent a2e8744200
commit e2091bbbc8
1 changed files with 2 additions and 1 deletions

View File

@ -747,7 +747,8 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
}
// these two variables are here only to let us know how much RAM is available, also these
// help to notice when RAM usage goes up
// 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
static char UNUSED_RAM_SIZE[10200];
static char UNUSED_CCM_SIZE[7100] CCM_OPTIONAL;