Skip to content

Commit

Permalink
Merge pull request #75 from jphickey/fix-74-task-registration
Browse files Browse the repository at this point in the history
Fix #74, remove app registration
  • Loading branch information
astrogeco authored Mar 29, 2021
2 parents f2ed3d2 + f325393 commit 744e058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ void SCH_Lab_AppMain(void)

CFE_ES_PerfLogEntry(SCH_MAIN_TASK_PERF_ID);

CFE_ES_RegisterApp();

Status = SCH_LAB_AppInit();
if (Status != CFE_SUCCESS)
{
Expand Down

0 comments on commit 744e058

Please sign in to comment.