sd buffer (#2540)
This commit is contained in:
parent
20fcaafb92
commit
e83022f8d2
|
@ -134,7 +134,7 @@ static void setWarningEnabled(int value) {
|
||||||
|
|
||||||
#if EFI_FILE_LOGGING
|
#if EFI_FILE_LOGGING
|
||||||
// this one needs to be in main ram so that SD card SPI DMA works fine
|
// 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;
|
static uint64_t binaryLogCount = 0;
|
||||||
|
|
||||||
#endif /* EFI_FILE_LOGGING */
|
#endif /* EFI_FILE_LOGGING */
|
||||||
|
|
Loading…
Reference in New Issue