From 37e2e33be5a51e07c77603821ff34a7c44554d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ta=C5=84ski?= Date: Fri, 16 Apr 2021 09:35:44 +0200 Subject: [PATCH] [EGD-6553] ServiceGUI stack depth extended ServiceGUI stack depth extended from 1024 to 1536 words. --- module-services/service-gui/ServiceGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-services/service-gui/ServiceGUI.cpp b/module-services/service-gui/ServiceGUI.cpp index c11fce89b59d2413c42135ad7cb1783e7c8e2fe0..a579ab9fc4042f988ce6fcb616398e805601b0fd 100644 --- a/module-services/service-gui/ServiceGUI.cpp +++ b/module-services/service-gui/ServiceGUI.cpp @@ -27,7 +27,7 @@ namespace service::gui { namespace { - constexpr auto ServiceGuiStackDepth = 1024U; + constexpr auto ServiceGuiStackDepth = 1536U; constexpr auto ContextsCount = 2; constexpr auto CommandsQueueCapacity = 3; constexpr std::chrono::milliseconds BSPEinkBusyTimeout{3000}; ///< sync with \ref BSP_EinkBusyTimeout