validation: Add INVALID_ID to tx-support.h

This commit is contained in:
Sebastian Huber
2021-05-12 07:11:48 +02:00
parent bc29c7c313
commit 410317ae3a
3 changed files with 7 additions and 4 deletions

View File

@@ -55,6 +55,8 @@
#include <rtems.h>
#include <string.h>
#include "tx-support.h"
#include <rtems/test.h>
/**
@@ -234,8 +236,6 @@ static const char * const * const RtemsMessageReqConstructErrors_PreDesc[] = {
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
#define INVALID_ID 0xffffffff
#define MAX_MESSAGE_QUEUES 4
#define MAX_PENDING_MESSAGES 1