Skip to content

Commit

Permalink
Merge pull request #163 from skliper:fix162_cfe_time_1hz
Browse files Browse the repository at this point in the history
Fix #162, CFE_TIME_1HZ_CMD_MID deprecated
  • Loading branch information
dzbaker committed Jan 4, 2024
2 parents 859637e + 990f120 commit 1ec32f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/sch_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ CFE_Status_t SCH_LAB_AppInit(void)
OS_printf("SCH Error creating pipe!\n");
}

Status = CFE_SB_Subscribe(CFE_SB_ValueToMsgId(CFE_TIME_1HZ_CMD_MID), SCH_LAB_Global.CmdPipe);
Status = CFE_SB_Subscribe(CFE_SB_ValueToMsgId(CFE_TIME_ONEHZ_CMD_MID), SCH_LAB_Global.CmdPipe);
if (Status != CFE_SUCCESS)
{
OS_printf("SCH Error subscribing to 1hz!\n");
Expand Down

0 comments on commit 1ec32f4

Please sign in to comment.