From 5fe6b21a1184df5f65cd2be491fd1763e67fb456 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Nov 1999 20:14:35 +0000 Subject: Increased stack space of a task. --- testsuites/samples/ticker/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/samples/ticker/system.h') diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h index 99943044c1..d8b163f7bc 100644 --- a/testsuites/samples/ticker/system.h +++ b/testsuites/samples/ticker/system.h @@ -35,6 +35,8 @@ rtems_task Test_task( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) + #include /* global variables */ -- cgit v1.2.3