Обновление

This commit is contained in:
cfif 2026-03-06 13:33:15 +03:00
parent 9999ea30a1
commit 57cc0386ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

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