diff --git a/motorApp/SoftMotorSrc/devSoftAux.cc b/motorApp/SoftMotorSrc/devSoftAux.cc index 16fa69ce..1eb7eac5 100644 --- a/motorApp/SoftMotorSrc/devSoftAux.cc +++ b/motorApp/SoftMotorSrc/devSoftAux.cc @@ -2,9 +2,9 @@ FILENAME... devSoftAux.cc USAGE... Motor record device level support for Soft channel. -Version: $Revision: 1.3 $ +Version: $Revision: 1.4 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2003-05-19 17:14:03 $ +Last Modified: $Date: 2003-06-06 16:18:27 $ */ /* @@ -104,7 +104,7 @@ long soft_init(void *after) soft_motor_priority = epicsThreadGetPriority(dbCaTask_tid); soft_motor_priority -= 1; - soft_motor_id = epicsThreadCreate((char *) "soft_motor", soft_motor_priority, 5000, + soft_motor_id = epicsThreadCreate((char *) "soft_motor", soft_motor_priority, 6000, (EPICSTHREADFUNC) soft_motor_task, NULL); } else