[rtems commit] samples/unlimited: Prevent compile error

Joel Sherrill joel at rtems.org
Thu Dec 3 23:33:45 UTC 2020


Module:    rtems
Branch:    master
Commit:    2b56f5af5ededbe650c6e6db50359afa90d4e7b7
Changeset: http://git.rtems.org/rtems/commit/?id=2b56f5af5ededbe650c6e6db50359afa90d4e7b7

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Wed Dec  2 10:27:22 2020 -0600

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.

---

 testsuites/samples/unlimited/system.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 2624a69..4138b65 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>



More information about the vc mailing list