This commit is contained in:
Matthew Kennedy 2021-04-11 07:15:54 -07:00 committed by GitHub
parent 20fcaafb92
commit e83022f8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */