Lowered number of messages created to reduce burden on workspace.

This commit is contained in:
Joel Sherrill
1996-04-22 23:58:40 +00:00
parent 8389628c1b
commit d2d6467d13
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ rtems_task Task_1(
status = rtems_message_queue_create(
index,
OPERATION_COUNT,
1, /* only going to ident this queue */
16,
RTEMS_DEFAULT_ATTRIBUTES,
&id