Обновление
This commit is contained in:
parent
794eac02f9
commit
f63028acad
|
|
@ -55,7 +55,7 @@ typedef struct {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
osThreadId_t id;
|
osThreadId_t id;
|
||||||
uint32_t stack[2048 * 1];
|
uint32_t stack[1024 * 1];
|
||||||
StaticTask_t controlBlock;
|
StaticTask_t controlBlock;
|
||||||
osThreadAttr_t attr;
|
osThreadAttr_t attr;
|
||||||
} thread;
|
} thread;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue