Bugfix: A disabled PMac is no longer consider moving

This commit is contained in:
2024-09-18 10:48:59 +02:00
committed by smathis
parent 87b7bece94
commit 4272ed2f50

View File

@ -909,7 +909,7 @@ pmacV3Axis::pmacV3Axis(pmacController *pController, int axisNo)
};
asynStatus pmacV3Axis::poll(bool *moving) {
int status = 0;
asynStatus status = asynSuccess;
static const char *functionName = "pmacV3Axis::poll";
char message[132];