From 2196c7f9e85f1b29cab8a193525931844a6a2acc Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 19 Mar 2021 16:56:47 -0700 Subject: [PATCH] embiggen MSD stack (#2475) --- firmware/hw_layer/ports/rusefi_halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/ports/rusefi_halconf.h b/firmware/hw_layer/ports/rusefi_halconf.h index 45ed76c0c2..582ffff895 100644 --- a/firmware/hw_layer/ports/rusefi_halconf.h +++ b/firmware/hw_layer/ports/rusefi_halconf.h @@ -75,7 +75,7 @@ // USB Mass Storage #ifdef EFI_USE_COMPRESSED_INI_MSD // 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 // SPI