Начало

This commit is contained in:
cfif 2026-03-17 13:45:48 +03:00
parent 852260586b
commit 09013e67b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;