Skip to content

Commit

Permalink
Fix nasa#359, Remove 'return;' from last line of void functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 28, 2022
1 parent de5ed1e commit 771e1ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsw/pc-rtems/src/cfe_psp_exception.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ int32 CFE_PSP_ExceptionGetSummary_Impl(const CFE_PSP_Exception_LogData_t *Buffer
*/
void CFE_PSP_SetDefaultExceptionEnvironment(void)
{
return;
}

0 comments on commit 771e1ee

Please sign in to comment.