Skip to content

Commit

Permalink
Merge pull request #365 from thnkslprpt/fix-364-workflow-check-failure
Browse files Browse the repository at this point in the history
Fix #364, Stop empty function catching CI workflow format checks
  • Loading branch information
dzbaker committed Oct 17, 2022
2 parents 78baa20 + d05ddfc commit e575864
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fsw/pc-rtems/src/cfe_psp_exception.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,4 @@ int32 CFE_PSP_ExceptionGetSummary_Impl(const CFE_PSP_Exception_LogData_t *Buffer
** Notes: The exception environment is local to each task Therefore this must be
** called for each task that that wants to do floating point and catch exceptions
*/
void CFE_PSP_SetDefaultExceptionEnvironment(void)
{
}
void CFE_PSP_SetDefaultExceptionEnvironment(void) {}

0 comments on commit e575864

Please sign in to comment.