aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/configuration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/configuration.xml')
-rw-r--r--test/rt/configuration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml
index 274d85811..703cefc5a 100644
--- a/test/rt/configuration.xml
+++ b/test/rt/configuration.xml
@@ -3340,7 +3340,7 @@ test_assert(threads[1] != NULL, "thread creation failed");]]></value>
</tags>
<code>
<value><![CDATA[threads[2] = chThdCreateFromHeap(&heap1,
- THD_WORKING_AREA_SIZE(THREADS_STACK_SIZE * 32),
+ (((size_t)-1) >> 1U) + 1U,
"dyn3",
prio-3, dyn_thread1, "C");
test_assert(threads[2] == NULL, "thread creation not failed");]]></value>