Auto commit from DCSP - 2026/1/4 20:30:54
This commit is contained in:
@@ -30,9 +30,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
// 主循环
|
||||
int counter = 0;
|
||||
while (1) // 使用g_running标志在stop_scomm_service中控制退出
|
||||
while (1)
|
||||
{
|
||||
// 主线程可以做其他工作,如状态监控
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user