Merge branch 'renlixin'

This commit is contained in:
2022-02-14 11:27:46 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
{
return false;
}
return IsMotionFinished();
bool bFlagIsStopped = false;
while (!bFlagIsStopped)
{

View File

@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
{
return false;
}
return IsMotionFinished();
bool bFlagIsStopped = false;
while (!bFlagIsStopped)
{