summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-12-02 10:27:22 -0600
committerJoel Sherrill <joel@rtems.org>2020-12-03 17:33:37 -0600
commit2b56f5af5ededbe650c6e6db50359afa90d4e7b7 (patch)
tree9ca15c4d719fff2fbc96831294bdc68b7d7c7c87 /testsuites/samples
parentbsps: Remove unused bsp_stack_main_size (diff)
downloadrtems-2b56f5af5ededbe650c6e6db50359afa90d4e7b7.tar.bz2
samples/unlimited: Prevent compile error
For architectures with relatively large minimum stack sizes, this test breaks during compilation due to a static check. The init task stack size should not need to be set for this test.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/unlimited/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 2624a696df..4138b658fe 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -50,7 +50,6 @@ extern void test3(void);
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_UNLIMITED_ALLOCATION_SIZE TASK_ALLOCATION_SIZE
-#define CONFIGURE_INIT_TASK_STACK_SIZE (8 * 1024)
#include <rtems/confdefs.h>