基于接收工程的一些编译和阅读

This commit is contained in:
zhengxuan.zhang
2022-12-05 10:31:18 +08:00
parent 4bd7d1b80b
commit 53f44ffdbf
440 changed files with 44932 additions and 5461 deletions
@@ -207,7 +207,7 @@ double CAutoZoom::ReadZoomAngle()
char seps[] = "$AD:";
token = strtok(m_pSO7_Serial->m_RecvData,seps);
token = strtok((char *)m_pSO7_Serial->m_RecvData,seps);
if (token)
{
memcpy(cTemp,token,8);