提交 36b84054 authored 作者: Jeff Lenk's avatar Jeff Lenk

mod_gsmopen fix complier errors windows

上级 e95dd616
......@@ -1664,7 +1664,7 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us
}
catch(...) {
ERRORA("GsmException\n", GSMOPEN_P_LOG);
sleep(5);
gsmopen_sleep(5000);
return -1;
}
......@@ -1720,7 +1720,7 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us
}
catch(...) {
ERRORA("GsmException\n", GSMOPEN_P_LOG);
sleep(5);
gsmopen_sleep(5000);
return -1;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论