- GPIB/ECB modules completed, ecb motor driver in progress
This commit is contained in:
@ -264,6 +264,7 @@
|
||||
DeleteTokenList(pList);
|
||||
return NULL;
|
||||
}
|
||||
memset(pDriv,0,sizeof(SIMDriv));
|
||||
|
||||
/* check and enter args, first lowerLimit */
|
||||
pCurrent = pList;
|
||||
@ -329,7 +330,6 @@
|
||||
pDriv->GetError = SimError;
|
||||
pDriv->TryAndFixIt = SimFix;
|
||||
pDriv->Halt = SimHalt;
|
||||
pDriv->ContinueAfterWarn = MoDrivXXXContinue;
|
||||
pDriv->fSpeed = .01;
|
||||
pDriv->iTime = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user