Fixed some merge bugs

This commit is contained in:
2025-05-15 12:32:30 +02:00
parent 53bbe2aae8
commit 75292a6a9c

View File

@ -1253,12 +1253,6 @@ asynStatus turboPmacAxis::enable(bool on) {
// Status of parameter library operations
asynStatus pl_status = asynSuccess;
bool moving = false;
rw_status = doPoll(&moving);
if (rw_status != asynSuccess) {
return rw_status;
}
// =========================================================================
/*