forked from epics_driver_modules/motorBase
Stack overflows on soft_motor_task.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user