Skip to content

Commit

Permalink
Fix nasa#82, remove app registration
Browse files Browse the repository at this point in the history
It is not necessary for applications to register themselves, this is
all done automatically.
  • Loading branch information
jphickey committed Mar 23, 2021
1 parent d9cbfb5 commit 11d03e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fsw/src/ci_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ void CI_LAB_TaskInit(void)

memset(&CI_LAB_Global, 0, sizeof(CI_LAB_Global));

CFE_ES_RegisterApp();

CFE_EVS_Register(CI_LAB_EventFilters, sizeof(CI_LAB_EventFilters) / sizeof(CFE_EVS_BinFilter_t),
CFE_EVS_EventFilter_BINARY);

Expand Down

0 comments on commit 11d03e9

Please sign in to comment.