Обновление

This commit is contained in:
cfif 2025-12-09 17:26:11 +03:00
parent 794eac02f9
commit f63028acad
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ typedef struct {
struct {
osThreadId_t id;
uint32_t stack[2048 * 1];
uint32_t stack[1024 * 1];
StaticTask_t controlBlock;
osThreadAttr_t attr;
} thread;