mptests: Fix message queue configuration

This commit is contained in:
Sebastian Huber
2016-03-29 13:20:15 +02:00
parent 349dd6b9cb
commit d4771e615c
5 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ void Send_messages( void );
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( 3, 16 )
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE