From bb28870e4b55ce23859146f09ceeff09ec0988bc Mon Sep 17 00:00:00 2001 From: "daniel.m.knutsen@mail.nasa.gov" Date: Thu, 9 May 2024 11:37:56 -0400 Subject: [PATCH] Fix #197, Add CFE_EVS_SHORT_EVENT_MSG_MID to to_lab_sub.c --- fsw/tables/to_lab_sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/tables/to_lab_sub.c b/fsw/tables/to_lab_sub.c index 3e0357c..4582b06 100644 --- a/fsw/tables/to_lab_sub.c +++ b/fsw/tables/to_lab_sub.c @@ -73,7 +73,7 @@ TO_LAB_Subs_t TO_LAB_Subs = {.Subs = {/* CFS App Subscriptions */ {CFE_SB_MSGID_WRAP_VALUE(CFE_SB_STATS_TLM_MID), {0, 0}, 4}, {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}, - + {CFE_SB_MSGID_WRAP_VALUE(CFE_EVS_SHORT_EVENT_MSG_MID), {0, 0}, 32}, {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},