Обновление

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

View File

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

View File

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