Skip to content

Commit

Permalink
Merge pull request nasa#1082 from skliper/fix1081-deprecate_typo
Browse files Browse the repository at this point in the history
Fix nasa#1081, Correct deprecation directive typo
  • Loading branch information
astrogeco authored Jan 13, 2021
2 parents 49da2bd + 1009f9f commit 3120c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/inc/cfe_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ CFE_Status_t CFE_SB_PassMsg(CFE_MSG_Message_t *MsgPtr);
**/
CFE_Status_t CFE_SB_ReceiveBuffer(CFE_SB_Buffer_t **BufPtr, CFE_SB_PipeId_t PipeId, int32 TimeOut);

#if CFE_OMIT_DEPRECATED_6_8
#ifndef CFE_OMIT_DEPRECATED_6_8
/**
* \brief DEPRECATED: receive buffer
* \deprecated use CFE_SB_ReceiveBuffer
Expand Down
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/sb/cfe_sb_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ int32 CFE_SB_TransmitBufferFull(CFE_SB_BufferD_t *BufDscPtr,

}

#if CFE_OMIT_DEPRECATED_6_8
#ifndef CFE_OMIT_DEPRECATED_6_8
int32 CFE_SB_RcvMsg(CFE_SB_Buffer_t **BufPtr,
CFE_SB_PipeId_t PipeId,
int32 TimeOut)
Expand Down

0 comments on commit 3120c02

Please sign in to comment.