This commit is contained in:
rusefi 2019-01-14 09:04:29 -05:00
parent 1d1f1225f9
commit cc97291e52
1 changed files with 2 additions and 1 deletions

View File

@ -770,8 +770,9 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
#endif /* EFI_PROD_CODE */
}
// 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
static char UNUSED_RAM_SIZE[10200];
static char UNUSED_CCM_SIZE[7100] CCM_OPTIONAL;
/**