Corrected maximum number of messages to be non-zero

This commit is contained in:
Joel Sherrill
1997-06-03 22:22:52 +00:00
parent 6e98a517dc
commit 2ef9d4a4bc

View File

@@ -48,7 +48,7 @@ package body TMTEST is
RTEMS.MESSAGE_QUEUE_CREATE(
RTEMS.BUILD_NAME( 'M', 'Q', '1', ' ' ),
0,
100,
16,
RTEMS.DEFAULT_ATTRIBUTES,
TMTEST.MESSAGE_QUEUE_ID,