Skip to content

Commit

Permalink
Merge pull request #198 from dmknutsen:Issue_197
Browse files Browse the repository at this point in the history
Fix #197, Add CFE_EVS_SHORT_EVENT_MSG_MID to to_lab_sub.c
  • Loading branch information
dzbaker committed May 21, 2024
2 parents 487af09 + bb28870 commit 20385f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/tables/to_lab_sub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},

Expand Down

0 comments on commit 20385f0

Please sign in to comment.