summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/system.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-12 09:36:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 08:22:58 +0100
commitf30dd1f13ba3cb653f4ea9cdcb37edbcfb0098ff (patch)
tree99937cdf40de88733e9fae264c17eabba517e11b /testsuites/mptests/mp14/system.h
parentstates*.h: Fix naming inconsistency and formatting (diff)
downloadrtems-f30dd1f13ba3cb653f4ea9cdcb37edbcfb0098ff.tar.bz2
mptests: Fix configuration
Update #3818.
Diffstat (limited to '')
-rw-r--r--testsuites/mptests/mp14/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/system.h b/testsuites/mptests/mp14/system.h
index ffe84d7fc0..9f53601848 100644
--- a/testsuites/mptests/mp14/system.h
+++ b/testsuites/mptests/mp14/system.h
@@ -57,14 +57,14 @@ void Exit_test( void );
#define CONFIGURE_MICROSECONDS_PER_TICK RTEMS_MILLISECONDS_TO_MICROSECONDS(1)
#define CONFIGURE_MAXIMUM_TASKS 5
-#if ( NODE_NUMBER == 1 )
+#if ( CONFIGURE_MP_NODE_NUMBER == 1 )
#define CONFIGURE_MAXIMUM_TIMERS 12
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( 1, 16 )
#define CONFIGURE_MAXIMUM_PARTITIONS 1
-#elif ( NODE_NUMBER == 2 )
+#elif ( CONFIGURE_MP_NODE_NUMBER == 2 )
#define CONFIGURE_MAXIMUM_TIMERS 2
#endif