Skip to content

Commit

Permalink
Merge pull request #139 from jphickey/fix-138-task-registration
Browse files Browse the repository at this point in the history
Fix #138, remove app registration
  • Loading branch information
astrogeco authored Mar 29, 2021
2 parents dac28c0 + 847ff90 commit 98b4158
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ void SAMPLE_APP_Main(void)
int32 status;
CFE_SB_Buffer_t *SBBufPtr;

/*
** Register the app with Executive services
*/
CFE_ES_RegisterApp();

/*
** Create the first Performance Log entry
*/
Expand Down

0 comments on commit 98b4158

Please sign in to comment.