auto-sync

This commit is contained in:
rusEfi 2016-09-10 17:01:30 -04:00
parent c78df4e984
commit 68964f8e15
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -300,7 +300,7 @@ void firmwareError(const char *errorMsg, ...) {
}
}
static char UNUSED_RAM_SIZE[400];
static char UNUSED_RAM_SIZE[1400];
static char UNUSED_CCM_SIZE[8500] CCM_OPTIONAL;