embiggen MSD stack (#2475)
This commit is contained in:
parent
fac82ed2fe
commit
2196c7f9e8
|
@ -75,7 +75,7 @@
|
||||||
// USB Mass Storage
|
// USB Mass Storage
|
||||||
#ifdef EFI_USE_COMPRESSED_INI_MSD
|
#ifdef EFI_USE_COMPRESSED_INI_MSD
|
||||||
// if enabled, we do gzip decompression on the MSD thread - it requires more stack space
|
// if enabled, we do gzip decompression on the MSD thread - it requires more stack space
|
||||||
#define USB_MSD_THREAD_WA_SIZE 512
|
#define USB_MSD_THREAD_WA_SIZE 2048
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// SPI
|
// SPI
|
||||||
|
|
Loading…
Reference in New Issue