From 05bb649ff2af7aa57052f5f0766f7b88c3ae2d56 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 27 Apr 2020 16:52:43 -0400 Subject: [PATCH] Fix #34, Deprecate shell tlm subscription --- fsw/platform_inc/to_lab_sub_table.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fsw/platform_inc/to_lab_sub_table.h b/fsw/platform_inc/to_lab_sub_table.h index 7e77eb4..fc4a0a6 100644 --- a/fsw/platform_inc/to_lab_sub_table.h +++ b/fsw/platform_inc/to_lab_sub_table.h @@ -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},