current unused RAM metric?

This commit is contained in:
rusefillc 2022-10-21 12:22:08 -04:00 committed by rusefi
parent a36f52aaad
commit 7e8f06cc42
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ void initEngineController() {
#define RAM_UNUSED_SIZE 30000 #define RAM_UNUSED_SIZE 30000
#endif #endif
#ifndef CCM_UNUSED_SIZE #ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 16 #define CCM_UNUSED_SIZE 512
#endif #endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE]; static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL; static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;