Skip to content

Commit

Permalink
Fix #1502, Correct type of ActiveTableFlag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Nov 8, 2022
1 parent 7a220ae commit 90279e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tbl/fsw/inc/cfe_tbl_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ typedef struct CFE_TBL_LoadCmd
*/
typedef struct CFE_TBL_DumpCmd_Payload
{
uint16 ActiveTableFlag; /**< \brief #CFE_TBL_BufferSelect_INACTIVE=Inactive Table,
#CFE_TBL_BufferSelect_ACTIVE=Active Table */
CFE_TBL_BufferSelect_Enum_t ActiveTableFlag; /**< \brief #CFE_TBL_BufferSelect_INACTIVE=Inactive Table,
#CFE_TBL_BufferSelect_ACTIVE=Active Table */
/**< Selects either the "Inactive"
(#CFE_TBL_BufferSelect_INACTIVE) buffer or the
"Active" (#CFE_TBL_BufferSelect_ACTIVE) buffer
Expand Down

0 comments on commit 90279e8

Please sign in to comment.