one of F7 builds reports error?

This commit is contained in:
rusefi 2020-08-26 23:22:10 -04:00
parent a6c7d60e5d
commit 3101475769
1 changed files with 2 additions and 2 deletions

View File

@ -701,10 +701,10 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
* UNUSED_SIZE constants.
*/
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 1
#define RAM_UNUSED_SIZE 8600
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 1
#define CCM_UNUSED_SIZE 2900
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;