Skip to content

Commit

Permalink
Merge pull request #1598 from skliper/fix1299-fs_rtn_codes
Browse files Browse the repository at this point in the history
Fix #1299, Updated FS Read/WriteHeader API return documentation
  • Loading branch information
astrogeco authored Jun 10, 2021
2 parents 569a646 + 4064777 commit eda650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core_api/fsw/inc/cfe_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
** \param[in] FileDes File Descriptor obtained from a previous call to #OS_OpenCreate
** that is associated with the file whose header is to be read.
**
** \return Execution status, see \ref CFEReturnCodes
** \return Bytes read or error status, see \ref CFEReturnCodes
**
** \sa #CFE_FS_WriteHeader
**
Expand Down Expand Up @@ -124,7 +124,7 @@ void CFE_FS_InitHeader(CFE_FS_Header_t *Hdr, const char *Description, uint32 Sub
** filled with the contents of the Standard cFE File Header. *Hdr is the contents of the
** Standard cFE File Header for the specified file.
**
** \return Execution status, see \ref CFEReturnCodes
** \return Bytes written or error status, see \ref CFEReturnCodes
**
** \sa #CFE_FS_ReadHeader
**
Expand Down

0 comments on commit eda650f

Please sign in to comment.