Skip to content

Commit

Permalink
Merge pull request nasa#35 from skliper/fix34-dep-shell-pkt
Browse files Browse the repository at this point in the history
Fix nasa#34, Deprecate shell tlm subscription
  • Loading branch information
astrogeco committed May 8, 2020
2 parents 545710c + 05bb649 commit ec0d41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fsw/platform_inc/to_lab_sub_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ static TO_subscription_t TO_SubTable[] =
{CFE_SB_STATS_TLM_MID, {0,0}, 4},
{CFE_TBL_REG_TLM_MID, {0,0}, 4},
{CFE_EVS_LONG_EVENT_MSG_MID, {0,0}, 32},

#ifndef CFE_OMIT_DEPRECATED_6_7
{CFE_ES_SHELL_TLM_MID, {0,0}, 32},
#endif

{CFE_ES_APP_TLM_MID, {0,0}, 4},
{CFE_ES_MEMSTATS_TLM_MID, {0,0}, 4},

Expand Down

0 comments on commit ec0d41b

Please sign in to comment.