use generic stack size
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <iocinf.h>
|
||||
|
||||
processThread::processThread (cac *pcacIn) :
|
||||
osiThread ("CAC process", 0x1000, threadPriorityMedium),
|
||||
osiThread ("CAC process", threadGetStackSize(threadStackSmall), threadPriorityMedium),
|
||||
pcac (pcacIn),
|
||||
shutDown (false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user