Skip to content

Commit

Permalink
fix nasa#1059 - corrects documentation for CFE_SB_GetPipeName() stub
Browse files Browse the repository at this point in the history
  • Loading branch information
CDKnightNASA committed Jan 4, 2021
1 parent 56397a3 commit 908c2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsw/cfe-core/ut-stubs/ut_sb_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ int32 CFE_SB_DeletePipe(CFE_SB_PipeId_t PipeId)
**
** \par Description
** This function is used to mimic the response of the cFE SB function
** CFE_SB_GetPipeName. The user must set the value of UT_pipename prior
** to this function being called. The function uses UT_pipename for the
** retrieved pipe name and returns CFE_SUCCESS.
** CFE_SB_GetPipeName. The user should set the data buffer using UT_SetDataBuffer
** prior to this function being called. Otherwise, the dummy "UT" name will
** be copied to PipeNameBuf.
**
** \par Assumptions, External Events, and Notes:
** None
Expand Down

0 comments on commit 908c2c1

Please sign in to comment.