diff --git a/src/sequencer/seq_main.c b/src/sequencer/seq_main.c index fd0d8a9c8..2b6d7b9db 100644 --- a/src/sequencer/seq_main.c +++ b/src/sequencer/seq_main.c @@ -114,7 +114,7 @@ long stack_size; /* optional stack size (bytes) */ /* Spawn the sequencer auxillary task */ if (seqAuxTaskId == 0) { - taskSpawn("seqAux", SPAWN_PRIORITY-1, VX_FP_TASK, 2000, seqAuxTask, + taskSpawn("seqAux", SPAWN_PRIORITY-1, VX_FP_TASK, 4000, seqAuxTask, 0,0,0,0,0,0,0,0,0,0); while (seqAuxTaskId == 0) taskDelay(5); /* wait for task to init. ch'l access */