forked from epics_driver_modules/motorBase
Fixed error reported by Alexander Söderqvist (Cosylab) when position command is to the same position that it is currently located, FLNK not processed.
This commit is contained in:
@@ -2449,6 +2449,7 @@ static long special(DBADDR *paddr, int after)
|
||||
if (pmr->dmov == TRUE)
|
||||
{
|
||||
pmr->dmov = FALSE;
|
||||
pmr->ldmv = pmr->dmov;
|
||||
db_post_events(pmr, &pmr->dmov, DBE_VAL_LOG);
|
||||
}
|
||||
return(OK);
|
||||
|
||||
Reference in New Issue
Block a user