do we have this RAM?

This commit is contained in:
rusefi 2020-08-02 17:21:07 -04:00
parent 2c653ad333
commit dc623ba7f0
1 changed files with 2 additions and 2 deletions

View File

@ -695,10 +695,10 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
* linking process which is the way to raise the alarm * linking process which is the way to raise the alarm
* *
* You get "cannot move location counter backwards" linker error when you run out of RAM. When you run out of RAM you shall reduce these * You get "cannot move location counter backwards" linker error when you run out of RAM. When you run out of RAM you shall reduce these
* UNUSED_SIZE contants. * UNUSED_SIZE constants.
*/ */
#ifndef RAM_UNUSED_SIZE #ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 8600 #define RAM_UNUSED_SIZE 9600
#endif #endif
#ifndef CCM_UNUSED_SIZE #ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 2900 #define CCM_UNUSED_SIZE 2900