sd buffer (#2540)
This commit is contained in:
parent
5968149584
commit
96e655ff4e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue