From d08d1c68bbac81d24b1010ef9f7ec6ec60433b88 Mon Sep 17 00:00:00 2001 From: cvs Date: Mon, 3 Nov 2003 12:48:24 +0000 Subject: [PATCH] - Improved motor error handling --- tasutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasutil.c b/tasutil.c index 9460cd7..4f04933 100644 --- a/tasutil.c +++ b/tasutil.c @@ -536,7 +536,7 @@ int TASStart(pTASdata self, SConnection *pCon, SicsInterp *pSics, if(status == 0) { /* the error will have been reported and must be ignored */ - SCSetInterrupt(pCon,eContinue); + /* SCSetInterrupt(pCon,eContinue); */ } } } @@ -550,7 +550,7 @@ int TASStart(pTASdata self, SConnection *pCon, SicsInterp *pSics, if(status == 0) { /* the error will have been reported but must be ignored*/ - SCSetInterrupt(pCon,eContinue); + /* SCSetInterrupt(pCon,eContinue); */ } } if(motorMask[8])