forked from Imagelibrary/rtems
Corrected call to Semaphore_Create to have the proper calling sequence
This commit is contained in:
@@ -109,6 +109,7 @@ package body TMTEST is
|
||||
NAME,
|
||||
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
||||
RTEMS.DEFAULT_ATTRIBUTES,
|
||||
RTEMS.NO_PRIORITY,
|
||||
SMID,
|
||||
STATUS
|
||||
);
|
||||
@@ -145,6 +146,7 @@ package body TMTEST is
|
||||
NAME,
|
||||
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
||||
RTEMS.DEFAULT_ATTRIBUTES,
|
||||
RTEMS.NO_PRIORITY,
|
||||
SMID,
|
||||
STATUS
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user