Skip to content

Commit eda650f

Browse files
authored
Merge pull request #1598 from skliper/fix1299-fs_rtn_codes
Fix #1299, Updated FS Read/WriteHeader API return documentation
2 parents 569a646 + 4064777 commit eda650f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core_api/fsw/inc/cfe_fs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
** \param[in] FileDes File Descriptor obtained from a previous call to #OS_OpenCreate
6565
** that is associated with the file whose header is to be read.
6666
**
67-
** \return Execution status, see \ref CFEReturnCodes
67+
** \return Bytes read or error status, see \ref CFEReturnCodes
6868
**
6969
** \sa #CFE_FS_WriteHeader
7070
**
@@ -124,7 +124,7 @@ void CFE_FS_InitHeader(CFE_FS_Header_t *Hdr, const char *Description, uint32 Sub
124124
** filled with the contents of the Standard cFE File Header. *Hdr is the contents of the
125125
** Standard cFE File Header for the specified file.
126126
**
127-
** \return Execution status, see \ref CFEReturnCodes
127+
** \return Bytes written or error status, see \ref CFEReturnCodes
128128
**
129129
** \sa #CFE_FS_ReadHeader
130130
**

0 commit comments

Comments
 (0)