Skip to content

Commit

Permalink
Merge pull request nasa#55 from jphickey/fix-54-remove-deprecated
Browse files Browse the repository at this point in the history
Fix nasa#54, remove reference to CFE_ES_SHELL_TLM
  • Loading branch information
yammajamma authored Aug 19, 2020
2 parents d4a78ba + 801e8e5 commit 439d167
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fsw/tables/to_lab_sub.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ TO_LAB_Subs_t TO_LAB_Subs =
{CFE_SB_MSGID_WRAP_VALUE(CFE_TBL_REG_TLM_MID), {0, 0}, 4},
{CFE_SB_MSGID_WRAP_VALUE(CFE_EVS_LONG_EVENT_MSG_MID), {0, 0}, 32},

#ifndef CFE_OMIT_DEPRECATED_6_7
{CFE_SB_MSGID_WRAP_VALUE(CFE_ES_SHELL_TLM_MID), {0, 0}, 32},
#endif

{CFE_SB_MSGID_WRAP_VALUE(CFE_ES_APP_TLM_MID), {0, 0}, 4},
{CFE_SB_MSGID_WRAP_VALUE(CFE_ES_MEMSTATS_TLM_MID), {0, 0}, 4},

Expand Down

0 comments on commit 439d167

Please sign in to comment.