Обновление

This commit is contained in:
cfif 2026-03-10 16:13:59 +03:00
parent d08c4ac0ef
commit b84f837913
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct {
struct {
osThreadId_t id;
uint32_t stack[256];
uint32_t stack[384];
StaticTask_t controlBlock;
osThreadAttr_t attr;
} thread;