diff --git a/fsw/src/ci_lab_app.c b/fsw/src/ci_lab_app.c index 11c9d0a..368d54f 100644 --- a/fsw/src/ci_lab_app.c +++ b/fsw/src/ci_lab_app.c @@ -46,7 +46,7 @@ CI_LAB_GlobalData_t CI_LAB_Global; /* and acts accordingly to process them. */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/ -void CI_Lab_AppMain(void) +void CI_LAB_AppMain(void) { int32 status; uint32 RunStatus = CFE_ES_RunStatus_APP_RUN; diff --git a/fsw/src/ci_lab_app.h b/fsw/src/ci_lab_app.h index d196a70..752ed75 100644 --- a/fsw/src/ci_lab_app.h +++ b/fsw/src/ci_lab_app.h @@ -66,7 +66,7 @@ typedef struct ** Note: Except for the entry point (CI_LAB_AppMain), these ** functions are not called from any other source module. */ -void CI_Lab_AppMain(void); +void CI_LAB_AppMain(void); void CI_LAB_TaskInit(void); void CI_LAB_ResetCounters_Internal(void); void CI_LAB_ReadUpLink(void);