Skip to content

Commit

Permalink
Put empty function onto 1 line to stop format check failing
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 10, 2022
1 parent c928add commit e5a4c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion fsw/mcp750-vxworks/src/cfe_psp_watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
*/
uint32 CFE_PSP_WatchdogValue = CFE_PSP_WATCHDOG_MAX;

/**
/******************************************************************************
**
** Purpose:
** To setup the timer resolution and/or other settings custom to this platform.
**
Expand Down
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 @@ -85,6 +85,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 e5a4c9f

Please sign in to comment.