能测试添加, 能获取

This commit is contained in:
zogodo
2019-12-26 21:39:48 +08:00
parent f8a4404614
commit 764cfcfd94
5 changed files with 32 additions and 5 deletions

View File

@@ -177,6 +177,10 @@ int application_start(void)
UserRelaySet(task_top->socket_idx, task_top->on);
DelFirstTask();
}
else
{
os_log("task_top[%u]");
}
mico_thread_msleep(1000);
}