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,
|
NAME,
|
||||||
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
||||||
RTEMS.DEFAULT_ATTRIBUTES,
|
RTEMS.DEFAULT_ATTRIBUTES,
|
||||||
|
RTEMS.NO_PRIORITY,
|
||||||
SMID,
|
SMID,
|
||||||
STATUS
|
STATUS
|
||||||
);
|
);
|
||||||
@@ -145,6 +146,7 @@ package body TMTEST is
|
|||||||
NAME,
|
NAME,
|
||||||
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
TIME_TEST_SUPPORT.OPERATION_COUNT,
|
||||||
RTEMS.DEFAULT_ATTRIBUTES,
|
RTEMS.DEFAULT_ATTRIBUTES,
|
||||||
|
RTEMS.NO_PRIORITY,
|
||||||
SMID,
|
SMID,
|
||||||
STATUS
|
STATUS
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user