编译基础版
This commit is contained in:
parent
eab142ec5b
commit
df7b4e3a72
4
main.cpp
4
main.cpp
@ -62,8 +62,8 @@ int main(int argc, char *argv[])
|
|||||||
boost::thread uartTestReadTh(TestUart);
|
boost::thread uartTestReadTh(TestUart);
|
||||||
uartReadTh.detach();
|
uartReadTh.detach();
|
||||||
|
|
||||||
boost::thread InitModuleReadTh(InitModule);
|
// boost::thread InitModuleReadTh(InitModule);
|
||||||
InitModuleReadTh.detach();
|
// InitModuleReadTh.detach();
|
||||||
|
|
||||||
// 休眠2秒,等待串口线程初始化完毕
|
// 休眠2秒,等待串口线程初始化完毕
|
||||||
sleep(2);
|
sleep(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user