编译基础版

This commit is contained in:
zhangsheng 2024-11-02 11:04:21 +08:00
parent eab142ec5b
commit df7b4e3a72
2 changed files with 2 additions and 2 deletions

BIN
Cidn-SH

Binary file not shown.

View File

@ -62,8 +62,8 @@ int main(int argc, char *argv[])
boost::thread uartTestReadTh(TestUart);
uartReadTh.detach();
boost::thread InitModuleReadTh(InitModule);
InitModuleReadTh.detach();
// boost::thread InitModuleReadTh(InitModule);
// InitModuleReadTh.detach();
// 休眠2秒等待串口线程初始化完毕
sleep(2);