price of lazy progress

This commit is contained in:
rusefi 2020-08-31 21:09:51 -04:00
parent e052c2b1e4
commit 0e70206dbf
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
#define RAM_UNUSED_SIZE 8600
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 2900
#define CCM_UNUSED_SIZE 900
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;