Skip to content

Commit

Permalink
Fix #74, 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 5a1a6ef commit f325393
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 f325393

Please sign in to comment.