Modified to reflect new restrictions on mutex being released.

This commit is contained in:
Joel Sherrill
1998-02-20 19:59:41 +00:00
parent de76809e19
commit b1b4fd5aa6
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ void Screen5()
status = rtems_semaphore_create(
Semaphore_name[ 2 ],
1,
RTEMS_BINARY_SEMAPHORE,
RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY | RTEMS_INHERIT_PRIORITY,
RTEMS_NO_PRIORITY,
&Semaphore_id[ 2 ]
);

View File

@@ -50,7 +50,7 @@ void Screen5()
status = rtems_semaphore_create(
Semaphore_name[ 2 ],
1,
RTEMS_BINARY_SEMAPHORE,
RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY | RTEMS_INHERIT_PRIORITY,
RTEMS_NO_PRIORITY,
&Semaphore_id[ 2 ]
);