Skip to content

Commit

Permalink
Fix #125, Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 11, 2022
1 parent 3b13636 commit d1593aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void SCH_Lab_AppMain(void)

CFE_ES_ExitApp(Status);

} /* end SCH_Lab_AppMain */
}

void SCH_LAB_LocalTimerCallback(osal_id_t object_id, void *arg)
{
Expand All @@ -149,7 +149,7 @@ void SCH_LAB_LocalTimerCallback(osal_id_t object_id, void *arg)

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* SCH_LAB_AppInit() -- initialization */
/* Initialization */
/* */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int32 SCH_LAB_AppInit(void)
Expand Down Expand Up @@ -296,4 +296,4 @@ int32 SCH_LAB_AppInit(void)

return CFE_SUCCESS;

} /*End of AppInit*/
}

0 comments on commit d1593aa

Please sign in to comment.