Skip to content

Commit

Permalink
Merge pull request #149 from thnkslprpt:fix-148-call-ExitApp-with-Run…
Browse files Browse the repository at this point in the history
…Status

Fix #148, Call CFE_ES_ExitApp with RunStatus rather than internal status variable
  • Loading branch information
dzbaker committed Nov 13, 2023
2 parents 1a0dbdd + 5397d68 commit 2ba0ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void SCH_LAB_AppMain(void)

} /* end while */

CFE_ES_ExitApp(Status);
CFE_ES_ExitApp(RunStatus);
}

void SCH_LAB_LocalTimerCallback(osal_id_t object_id, void *arg)
Expand Down

0 comments on commit 2ba0ff6

Please sign in to comment.