auto-sync
This commit is contained in:
parent
c78df4e984
commit
68964f8e15
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue