Skip to content

Commit

Permalink
Merge pull request #164 from skliper:fix158_sc_1hz_wakeup_mid
Browse files Browse the repository at this point in the history
Fix #158, SC_1HZ_WAKEUP_MID deprecated
  • Loading branch information
dzbaker committed Jan 4, 2024
2 parents ff9e791 + 7864b37 commit 859637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/tables/sch_lab_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SCH_LAB_ScheduleTable_t SCH_LAB_ScheduleTable = {
#endif
#ifdef HAVE_SC
{CFE_SB_MSGID_WRAP_VALUE(SC_SEND_HK_MID), 92, 0},
{CFE_SB_MSGID_WRAP_VALUE(SC_1HZ_WAKEUP_MID), 91, 0},
{CFE_SB_MSGID_WRAP_VALUE(SC_ONEHZ_WAKEUP_MID), 91, 0},
#endif
#ifdef HAVE_HS
{CFE_SB_MSGID_WRAP_VALUE(HS_SEND_HK_MID), 90, 0}, /* Example of a message that wouldn't be sent */
Expand Down

0 comments on commit 859637e

Please sign in to comment.