Skip to content

Commit

Permalink
Missed them
Browse files Browse the repository at this point in the history
  • Loading branch information
pavll committed Aug 28, 2021
1 parent 3906ccc commit 50755bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core_private/ut-stubs/src/ut_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static uint16 UT_SendEventHistory[UT_EVENT_HISTORY_SIZE];
static uint16 UT_SendTimedEventHistory[UT_EVENT_HISTORY_SIZE];
static uint16 UT_SendEventAppIDHistory[UT_EVENT_HISTORY_SIZE * 10];

extern int32 dummy_function(void);
int32 dummy_function(void);

/*
** Functions
Expand Down
2 changes: 1 addition & 1 deletion modules/sb/fsw/src/cfe_sb_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ int32 CFE_SB_SendPrevSubsCmd(const CFE_SB_SendPrevSubsCmd_t *data);
* @param[in] PipeId the Pipe ID to locate
* @return pointer to Pipe Table entry for the given Pipe ID
*/
extern CFE_SB_PipeD_t *CFE_SB_LocatePipeDescByID(CFE_SB_PipeId_t PipeId);
CFE_SB_PipeD_t *CFE_SB_LocatePipeDescByID(CFE_SB_PipeId_t PipeId);

/*---------------------------------------------------------------------------------------*/
/**
Expand Down

0 comments on commit 50755bc

Please sign in to comment.