From f63028acad2bc97b2a64305e81e068b0139ef03b Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 9 Dec 2025 17:26:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainModesArbiter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainModesArbiter.h b/MainModesArbiter.h index 427d0fe..b926f05 100644 --- a/MainModesArbiter.h +++ b/MainModesArbiter.h @@ -55,7 +55,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[2048 * 1]; + uint32_t stack[1024 * 1]; StaticTask_t controlBlock; osThreadAttr_t attr; } thread;