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.
This commit is contained in:
Kinsey Moore
2020-12-02 10:27:22 -06:00
committed by Joel Sherrill
parent 5b064a49f9
commit 2b56f5af5e

View File

@@ -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>