where are we now?

This commit is contained in:
rusefillc 2021-11-11 11:11:40 -05:00
parent 1564f8aa02
commit 32d3d5fc67
1 changed files with 2 additions and 2 deletions

View File

@ -754,10 +754,10 @@ void initEngineContoller(DECLARE_ENGINE_PARAMETER_SUFFIX) {
* UNUSED_SIZE constants.
*/
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 5000
#define RAM_UNUSED_SIZE 4800
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 2600
#define CCM_UNUSED_SIZE 2400
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;