Skip to content

Commit

Permalink
Merge pull request #81 from jphickey/fix-80-init-fail
Browse files Browse the repository at this point in the history
Fix #80, exit the main loop if init fails
  • Loading branch information
astrogeco authored Jun 3, 2021
2 parents 4a1b72e + 4f82001 commit bd02803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void SCH_Lab_AppMain(void)
if (Status != CFE_SUCCESS)
{
CFE_ES_WriteToSysLog("SCH_LAB: Error Initializing RC = 0x%08lX\n", (unsigned long)Status);
RunStatus = CFE_ES_RunStatus_APP_ERROR;
}

/* Loop Forever */
Expand Down

0 comments on commit bd02803

Please sign in to comment.