Skip to content

Commit

Permalink
Merge pull request #126 from thnkslprpt/fix-125-comment-cleanup
Browse files Browse the repository at this point in the history
Fix #125, Remove redundant comments
  • Loading branch information
dzbaker committed Oct 17, 2022
2 parents 7bb3342 + cfbe5f4 commit a79b5a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ void SCH_Lab_AppMain(void)
} /* end while */

CFE_ES_ExitApp(Status);

} /* end SCH_Lab_AppMain */
}

void SCH_LAB_LocalTimerCallback(osal_id_t object_id, void *arg)
{
Expand All @@ -149,7 +148,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 @@ -295,5 +294,4 @@ int32 SCH_LAB_AppInit(void)
OS_printf("SCH Lab Initialized.%s\n", SCH_LAB_VERSION_STRING);

return CFE_SUCCESS;

} /*End of AppInit*/
}

0 comments on commit a79b5a6

Please sign in to comment.