-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nasa/cFE#1596, provide CFE assert lock/unlock nasa/osal#1065, add mutex lock around UtAssert globals
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cfe
updated
2 files
+22 −0 | modules/cfe_assert/src/cfe_assert_io.c | |
+26 −21 | modules/cfe_assert/src/cfe_assert_runner.c |
Submodule osal
updated
4 files
+14 −0 | ut_assert/inc/utbsp.h | |
+43 −8 | ut_assert/src/utassert.c | |
+14 −4 | ut_assert/src/utbsp.c | |
+8 −0 | ut_assert/src/uttest.c |