Skip to content

Commit

Permalink
Fix #121, fix incorrect macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien Morey committed Feb 12, 2024
1 parent f92bec8 commit 0863ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/hs_monitors.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void HS_MonitorEvent(const CFE_EVS_LongEventTlm_t *EventPtr)
default:

/* Calculate the requested message action index */
MsgActsIndex = ActionType - HS_AMT_ACT_LAST_NONMSG - 1;
MsgActsIndex = ActionType - HS_EMT_ACT_LAST_NONMSG - 1;

/*
** Check to see if this is a valid Message Action Type
Expand Down

0 comments on commit 0863ab1

Please sign in to comment.