From 90279e8905a54ab237214bda97acb713e936bbbe Mon Sep 17 00:00:00 2001 From: Avi Date: Tue, 8 Nov 2022 22:13:17 +1000 Subject: [PATCH] Fix #1502, Correct type of ActiveTableFlag variable --- modules/tbl/fsw/inc/cfe_tbl_msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tbl/fsw/inc/cfe_tbl_msg.h b/modules/tbl/fsw/inc/cfe_tbl_msg.h index d43571d68..5d3341542 100644 --- a/modules/tbl/fsw/inc/cfe_tbl_msg.h +++ b/modules/tbl/fsw/inc/cfe_tbl_msg.h @@ -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