0
0

Auto commit from DCSP - 2026/1/4 20:30:54

This commit is contained in:
xb
2026-01-04 20:30:54 +08:00
parent 0ceb98ed87
commit 6980e8ade2
7 changed files with 93 additions and 97 deletions

View File

@@ -30,9 +30,8 @@ int main(int argc, char *argv[])
// 主循环
int counter = 0;
while (1) // 使用g_running标志在stop_scomm_service中控制退出
while (1)
{
// 主线程可以做其他工作,如状态监控
sleep(1);
}