Skip to content

Commit

Permalink
Merge pull request #83 from jphickey/fix-82-task-registration
Browse files Browse the repository at this point in the history
Fix #82, remove app registration
  • Loading branch information
astrogeco authored Mar 29, 2021
2 parents c5714d9 + 11d03e9 commit b4afa69
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 b4afa69

Please sign in to comment.