Skip to content

Commit

Permalink
Fix nasa#138, 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 0faa72a commit 847ff90
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 847ff90

Please sign in to comment.