This commit is contained in:
rusefi 2020-08-26 22:59:47 -04:00
parent 58226c06e5
commit 1aef47030d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include "status_loop.h"
#if EFI_TEXT_LOGGING
static char LOGGING_BUFFER[5000] CCM_OPTIONAL;
static char LOGGING_BUFFER[4000] CCM_OPTIONAL;
static Logging scLogging("analog chart", LOGGING_BUFFER, sizeof(LOGGING_BUFFER));
#endif /* EFI_TEXT_LOGGING */