Обновление

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

View File

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