-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add samle_lib and sample_app name changes
Add nasa/cFE#968 Add nasa/sample_app#100 Add nasa/sample_lib#34
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule sample_app
updated
6 files
+102 −100 | fsw/src/sample_app.c | |
+24 −24 | fsw/src/sample_app.h | |
+9 −9 | fsw/src/sample_app_events.h | |
+8 −8 | fsw/src/sample_app_msg.h | |
+110 −108 | unit-test/coveragetest/coveragetest_sample_app.c | |
+3 −3 | unit-test/inc/ut_sample_app.h |
Submodule sample_lib
updated
5 files
+2 −2 | fsw/public_inc/sample_lib.h | |
+8 −8 | fsw/src/sample_lib.c | |
+2 −2 | fsw/src/sample_lib_internal.h | |
+14 −14 | unit-test/coveragetest/coveragetest_sample_lib.c | |
+6 −6 | ut-stubs/sample_lib_stubs.c |