From 09013e67b22c71fd6dd5c212a88863fe5c945d3f Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 17 Mar 2026 13:45:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArbiterCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArbiterCommand.h b/ArbiterCommand.h index 3282423..de33125 100644 --- a/ArbiterCommand.h +++ b/ArbiterCommand.h @@ -23,7 +23,7 @@ typedef struct { struct { osThreadId_t id; - uint32_t stack[512]; + uint32_t stack[1024]; StaticTask_t controlBlock; osThreadAttr_t attr; } thread;