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