Обновление

This commit is contained in:
cfif 2026-03-06 13:33:15 +03:00
parent b820d70f7d
commit d08c4ac0ef
1 changed files with 1 additions and 1 deletions

View File

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