diff --git a/motorApp/SoftMotorSrc/devSoftAux.cc b/motorApp/SoftMotorSrc/devSoftAux.cc index 8508003f..cbebc6a2 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.8 $ -Modified By: $Author: rivers $ -Last Modified: $Date: 2005-03-30 00:47:49 $ +Version: $Revision: 1.9 $ +Modified By: $Author: sluiter $ +Last Modified: $Date: 2005-03-30 19:18:16 $ */ /* @@ -108,7 +108,7 @@ long soft_init(void *after) soft_motor_priority -= 1; soft_motor_id = epicsThreadCreate((char *) "soft_motor", soft_motor_priority, - epicsThreadGetStackSize(epicsThreadStackMedium), + epicsThreadGetStackSize(epicsThreadStackBig), (EPICSTHREADFUNC) soft_motor_task, NULL); } else