trying to address output overflow issue

This commit is contained in:
rusefi 2017-05-28 21:09:58 -04:00
parent 52e6f8a08e
commit 0a65aea16f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ extern bool hasFirmwareErrorFlag;
extern tunerstudio_counters_s tsState;
#define FULL_LOGGING_KEY "fl"
static char LOGGING_BUFFER[1400] CCM_OPTIONAL;
static char LOGGING_BUFFER[1800] CCM_OPTIONAL;
static Logging logger("status loop", LOGGING_BUFFER, sizeof(LOGGING_BUFFER));
static void setWarningEnabled(int value) {