hemi trigger decoder took some RAM

This commit is contained in:
rusefillc 2020-12-04 18:46:35 -05:00
parent 8c50aa9284
commit dd902cc707
1 changed files with 2 additions and 2 deletions

View File

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