Bugfix: A disabled PMac is no longer consider moving
This commit is contained in:
@ -909,7 +909,7 @@ pmacV3Axis::pmacV3Axis(pmacController *pController, int axisNo)
|
|||||||
};
|
};
|
||||||
|
|
||||||
asynStatus pmacV3Axis::poll(bool *moving) {
|
asynStatus pmacV3Axis::poll(bool *moving) {
|
||||||
int status = 0;
|
asynStatus status = asynSuccess;
|
||||||
static const char *functionName = "pmacV3Axis::poll";
|
static const char *functionName = "pmacV3Axis::poll";
|
||||||
char message[132];
|
char message[132];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user