current unused RAM metric?
This commit is contained in:
parent
a36f52aaad
commit
7e8f06cc42
|
@ -668,7 +668,7 @@ void initEngineController() {
|
|||
#define RAM_UNUSED_SIZE 30000
|
||||
#endif
|
||||
#ifndef CCM_UNUSED_SIZE
|
||||
#define CCM_UNUSED_SIZE 16
|
||||
#define CCM_UNUSED_SIZE 512
|
||||
#endif
|
||||
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
||||
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
||||
|
|
Loading…
Reference in New Issue