reviving F4 compilation

This commit is contained in:
rusefi 2019-07-06 21:02:48 -04:00
parent c2d3f9729e
commit 1e84a50146
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
#define RAM_UNUSED_SIZE 7400
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 6600
#define CCM_UNUSED_SIZE 4600
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;