diff --git a/motor.c b/motor.c index 0b98eab2..7e289182 100644 --- a/motor.c +++ b/motor.c @@ -410,10 +410,6 @@ static void handleMoveCallback(pMotor self, SConnection *pCon) { handleMoveCallback(self,pCon); } - if(status == HWFault) { - SCSetInterrupt(pCon,eAbortBatch); - } - return status; } /*---------------------------------------------------------------------------*/