Re: [PATCH v3] samples/unlimited: Prevent compile error

2020-12-03 Thread Sebastian Huber
On 03/12/2020 16:24, Kinsey Moore wrote: 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. Ok. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 8217

[PATCH v3] samples/unlimited: Prevent compile error

2020-12-03 Thread Kinsey Moore
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/