From 847ff903f1eca1cbc8b7fe7f9b04847d1bb7d34d Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Tue, 23 Mar 2021 10:56:52 -0400 Subject: [PATCH] Fix #138, remove app registration It is not necessary for applications to register themselves, this is all done automatically. --- fsw/src/sample_app.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fsw/src/sample_app.c b/fsw/src/sample_app.c index 9c47dbb..7c3e884 100644 --- a/fsw/src/sample_app.c +++ b/fsw/src/sample_app.c @@ -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 */