Обновление
This commit is contained in:
parent
9248cb0b99
commit
2287f16948
|
|
@ -74,7 +74,7 @@ void ListenCLICommand(tCommandLine *env) {
|
||||||
static _Noreturn void CommandLine_Thread(tCommandLine *env) {
|
static _Noreturn void CommandLine_Thread(tCommandLine *env) {
|
||||||
for (;;) {
|
for (;;) {
|
||||||
ListenCLICommand(env);
|
ListenCLICommand(env);
|
||||||
SystemDelayMs(1000);
|
SystemDelayMs(100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ typedef struct {
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
osThreadId_t id;
|
osThreadId_t id;
|
||||||
uint32_t stack[512];
|
uint32_t stack[400];
|
||||||
StaticTask_t controlBlock;
|
StaticTask_t controlBlock;
|
||||||
osThreadAttr_t attr;
|
osThreadAttr_t attr;
|
||||||
} thread;
|
} thread;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue