summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-17 09:25:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:44:24 +0100
commit8c092e3d404625d5c415f9cedf54c65f1b9cde60 (patch)
tree09e672026eeead4f0d6fc662a2e8ca34843364f6
parent74fb732c04426c83c6431266c63ed11ae98194b9 (diff)
testsuites/validation/tc-task-ident.c
-rw-r--r--testsuites/validation/tc-task-ident.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/validation/tc-task-ident.c b/testsuites/validation/tc-task-ident.c
index ff5fa8f4a6..53beb24c26 100644
--- a/testsuites/validation/tc-task-ident.c
+++ b/testsuites/validation/tc-task-ident.c
@@ -53,6 +53,7 @@
#endif
#include "tr-object-ident.h"
+#include "ts-config.h"
#include <rtems/test.h>
@@ -153,7 +154,7 @@ static rtems_status_code ClassicTaskIdentAction(
RTEMS_ALIGNED( RTEMS_TASK_STORAGE_ALIGNMENT )
static char ClassicTaskIdentStorage[
RTEMS_TASK_STORAGE_SIZE(
- MAX_TLS_SIZE + RTEMS_MINIMUM_STACK_SIZE,
+ MAX_TLS_SIZE + TEST_MINIMUM_STACK_SIZE,
TASK_ATTRIBUTES
)
];