-
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.
Update sample app to reflect PR nasa/sample_app#58
- Loading branch information
Gerardo E. Cruz-Ortiz
committed
May 13, 2020
1 parent
5032e7c
commit a577dfd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sample_app
updated
12 files
+3 −1 | CMakeLists.txt | |
+32 −193 | fsw/src/sample_app.c | |
+5 −8 | fsw/src/sample_app.h | |
+148 −0 | fsw/src/sample_app_cmds.c | |
+42 −0 | fsw/src/sample_app_cmds.h | |
+11 −1 | fsw/src/sample_app_events.h | |
+133 −0 | fsw/src/sample_app_utils.c | |
+43 −0 | fsw/src/sample_app_utils.h | |
+22 −32 | unit-test/CMakeLists.txt | |
+327 −41 | unit-test/coveragetest/coveragetest_sample_app.c | |
+2 −0 | unit-test/coveragetest/sample_app_coveragetest_common.h | |
+2 −0 | unit-test/inc/ut_sample_app.h |