时间同步已经完成

This commit is contained in:
2026-08-28 16:42:44 +08:00
parent 615a9b13e9
commit 4e9ac0d9c3
20 changed files with 771 additions and 1282 deletions

View File

@@ -109,6 +109,6 @@ void net_task_func(void const *arg)
for (;;) {
net_poll();
net_process_messages();
osDelay(10);
osDelay(1);
}
}