This commit is contained in:
Matthew Kennedy 2021-04-11 07:15:54 -07:00 committed by GitHub
parent 5968149584
commit 96e655ff4e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ static void setWarningEnabled(int value) {
#if EFI_FILE_LOGGING
// this one needs to be in main ram so that SD card SPI DMA works fine
static NO_CACHE char sdLogBuffer[100];
static NO_CACHE char sdLogBuffer[150];
static uint64_t binaryLogCount = 0;
#endif /* EFI_FILE_LOGGING */