Skip to content

Commit

Permalink
Fix #148, Call CFE_ES_ExitApp with RunStatus rather than internal…
Browse files Browse the repository at this point in the history
… 'status' variable
  • Loading branch information
thnkslprpt committed Sep 27, 2023
1 parent 82645f5 commit 5397d68
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 @@ -142,7 +142,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 5397d68

Please sign in to comment.