M62T vanos support #2243

RAM everything takes a bit of RAM
This commit is contained in:
rusefillc 2021-02-09 00:29:04 -05:00
parent 5f88ad4562
commit e1f5fff949
1 changed files with 2 additions and 2 deletions

View File

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